Memory Pool Memory Pool Refreshing

5,241 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,010 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (626,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,468 281,468 0000000000000001647cee6fa0f43b948bc62cba8f06e8fce2ab9d1bbdb138e0 0.14 MB 356 48
281,467 281,467 00000000000000006906c21e79662019ebe0d860401446228942888d39617ce6 0.17 MB 400 219
281,466 281,466 0000000000000001c037271797f9fc9571f4b44de1707d872dbcb174f9b6a260 0.25 MB 535 41
281,465 281,465 00000000000000019f1c8584734fbb91cc07451ad3f65ddead930cd33a33d8fe 0.24 MB 372 43
281,464 281,464 000000000000000111a832b61f175643ddce41054c895d93bef47ec12c2ead84 0.25 MB 630 75
281,463 281,463 00000000000000023c31c1a6170ea2db772cdafdb6c1e5a9be9fe5a784736d51 0.13 MB 268 45
281,462 281,462 00000000000000024582e515743f32327f164f2e2df1a3d5cfb22752a0f7944f 0.05 MB 63 10
281,461 281,461 0000000000000000b5b8611a6980dcab318a6500c161619b0132e1674a6ba8c2 0.10 MB 151 30
281,460 281,460 00000000000000007c4201bc2a85f4b627b6b524a27a9c0077345503cf6eb075 0.23 MB 314 18
281,459 281,459 00000000000000010d4a29975fec8c4a550462dc326d6504c5f0b5ba32a52556 0.25 MB 784 61
281,458 281,458 000000000000000163f8bd9658ee697009430e868eb54720a56ebef7b6bf87f2 0.02 MB 54 38
281,457 281,457 0000000000000002392ec363422138e2e6bf6872c31881e53133016e7a4db3d6 0.04 MB 64 41
281,456 281,456 0000000000000000b8f7c0215f6360451db0624cea3b5b769355a2d1a857c5f2 0.44 MB 826 38
281,455 281,455 00000000000000008e493654e273865ce1b22dfff882351b7626cc7810a2f657 0.05 MB 90 29
281,454 281,454 0000000000000000a005377f9b4967e8a0e479da485328f054b87e2f1b257e24 0.16 MB 285 42
281,453 281,453 0000000000000000944e87116616f0553217278165829b14f2a0e56fd5dc59dc 0.06 MB 158 61
281,452 281,452 0000000000000000f26cb6a8033a59a2f7c32a62f31f23097ea85b59b611e077 0.03 MB 45 38
281,451 281,451 00000000000000017b7debcc340aaf2a1d5553c6dc2f80338c3fd51640fabbb3 0.15 MB 214 33
281,450 281,450 00000000000000006bb79a7aa54b42b5a0d71a06a77f1e3edfcc1cac247152bb 0.25 MB 477 35
281,449 281,449 0000000000000000465919ef9a78a4a48cae495a64313b47dafb9b868e0b0da1 0.05 MB 105 34
281,448 281,448 0000000000000001e9048564cd531b55b3d49d8ac52496a63adca836222d61bb 0.25 MB 320 31
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,633.72 GB sent, 93.91 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.