Memory Pool Memory Pool Refreshing

26,981 transactions
27.70 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,535 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,534 (16,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,214 847,214 000000000000000000005acf8e7452721f91db25c3ff6a9cb79678f18be8ff1e 1.56 MB 6,496 32
847,213 847,213 00000000000000000002fec109327bf780d5d39af3bf0913364a3d050ec6736a 1.52 MB 5,630 39
847,212 847,212 00000000000000000002695d9a68664499b8004b2de6f369b33bcab45f4b46fa 1.56 MB 5,989 28
847,211 847,211 00000000000000000000a2635215ef77d68b4cf861003b5df247197eedcab2a8 1.60 MB 5,202 33
847,210 847,210 00000000000000000001f11d3d28d2eee30eecba5a1278703353e0c72196cfaa 1.57 MB 5,878 29
847,209 847,209 00000000000000000000d0b6aa1892e7a4cec9ed8c22d8c4c724abf8863e4475 1.52 MB 5,365 42
847,208 847,208 0000000000000000000221125e0642ab87b1ed87c6f8cd19da3b4a5b08b6bb1b 1.65 MB 5,967 27
847,207 847,207 00000000000000000002b9eb6ba1fecb583515539209c276fc347316b9da86f6 1.52 MB 6,611 28
847,206 847,206 00000000000000000002727468471d871b06702c11c1330cb6bdea6ac21b0fe4 1.58 MB 4,446 39
847,205 847,205 00000000000000000002d30a5a8a866734bacfe2b96283bcc8b234bfc4e354ca 1.53 MB 4,548 61
847,204 847,204 000000000000000000022531e89d01f0751f7ac2201a98a108ef8d217206a88f 1.61 MB 5,091 35
847,203 847,203 0000000000000000000182bd4d6fe36e9a34e80d1ae51bf0f05acf01b164d125 1.57 MB 4,708 54
847,202 847,202 000000000000000000034ac72de05234abec5bbe9b23064f1ceecb6b00f6d8b1 1.50 MB 5,166 36
847,201 847,201 00000000000000000002e2f277e3d73b071d781644ccfa21b21b7c984ba73379 1.54 MB 6,258 28
847,200 847,200 000000000000000000031f8981318b21fcd221d10b93d31945e13e65300bfee7 1.46 MB 3,498 64
847,199 847,199 000000000000000000000f355a874f49313715a2451d9ddc120d9972d3c8ba2b 1.52 MB 5,161 42
847,198 847,198 0000000000000000000001cd6320871808b4aba28e171a85693daca9da58f228 1.53 MB 6,482 39
847,197 847,197 000000000000000000008bdfedf10b6c30ce3f8021aac4d5a1d136e022303de8 1.48 MB 6,237 35
847,196 847,196 0000000000000000000139be8556c8d1bb9607bb8037f652d050e8724739d444 1.57 MB 5,736 35
847,195 847,195 000000000000000000019f9e653404bfc8c175ae81c94a4c534d53592b7f48d9 1.55 MB 4,165 66
847,194 847,194 0000000000000000000293cd2ee680cc5be38cc9e76ff5daf54acc52648e5e37 1.54 MB 4,431 40
Previous 10 blocks ↓
Total Size: 687.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,507.91 GB sent, 119.50 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.