Memory Pool Memory Pool Refreshing

1,509 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (785,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,464 122,464 00000000000042ba0add50e04fd804237bc158eab99d1b8b2602775cab3f2288 0.00 MB 14 282
122,463 122,463 0000000000008c0a1cdbe48b506204e882a6b426d6fb2a4cee47bc5ad6247a71 0.00 MB 12 0
122,462 122,462 0000000000004f199be86443d7715551180720f6815b113943e3a873cc43c7f6 0.00 MB 12 0
122,461 122,461 00000000000003c269ac56a31b81caa39ad1f05b109b63d052eba45ddfeb5cf3 0.00 MB 1 0
122,460 122,460 0000000000004c4547d1914a926ba65203319f5bec0a87b682da16602cab118f 0.00 MB 14 320
122,459 122,459 000000000000604cfabf47fa518ebf00b536046fb7ea5a81399d725ff7ea890c 0.00 MB 12 486
122,458 122,458 000000000000517c5cec87f7fb040f3f920466ba091ef5d1237920713405c5ff 0.01 MB 31 454
122,457 122,457 00000000000043bf42f09f245f2b6fd27e58f11b3ccec27c1d0b6afaee4877d0 0.00 MB 10 0
122,456 122,456 00000000000040b8346b24158a0834e94be172c9ae44028853957b3f79f3b343 0.00 MB 6 0
122,455 122,455 00000000000075c11d9ac9b0e1defbb0c112da278b021ba102deaa305b6bfe23 0.00 MB 9 0
122,454 122,454 000000000000608debcb85b02b6a89bda49d1369b5ac68c25d2bc8d9f5ef249f 0.00 MB 12 0
122,453 122,453 00000000000041f20d5327498d0fba03044b0d8eb3ba847fcb4b76352c0a4465 0.00 MB 11 0
122,452 122,452 0000000000005663acee3f7551e79d392c27c70f5a0dc705e536361674b2a2f4 0.01 MB 22 640
122,451 122,451 0000000000003ed1f50009d18c306405c0f2d441fb529bc2639908f101b3aab9 0.00 MB 3 5,042
122,450 122,450 000000000000157cbc677c251ceca9e1d5d3379b6ad385af0e1b32ae578f2add 0.00 MB 15 0
122,449 122,449 000000000000518fb13c2fb6fb6df24a9a06e388b8f02b51ae923630d7c526d8 0.00 MB 7 0
122,448 122,448 00000000000074568d4e46a3540bfc42d30e2bf9d16f1c79989d3eae1478d0ab 0.00 MB 12 0
122,447 122,447 00000000000016b3af93e15dea637fa8b1d9253de3ecece17270af6622a56981 0.00 MB 11 0
122,446 122,446 000000000000337612975f746c00e022fa8dc90b192bf2e8c3392273a40426ac 0.01 MB 2 0
122,445 122,445 00000000000026e5413daaf05ec85b7ea234442cac02b9a169d7692ad0704fb6 0.01 MB 16 392
122,444 122,444 000000000000513ba4da7295a576c1a774664e1cc02e8d6d585b085b43fee0d7 0.00 MB 3 1,754
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.