Memory Pool Memory Pool Refreshing

6,133 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (40,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,153 867,153 000000000000000000006cc202b58b76de7704308003f6ddbd7763e87a085374 1.57 MB 6,182 38
867,152 867,152 000000000000000000024a89cefba970c5fd79bf5db9a02c85e3d9896b980a7c 1.66 MB 5,114 35
867,151 867,151 00000000000000000000f41753c52a18c974917eb9d1cf3097a2241000c82418 1.60 MB 5,347 42
867,150 867,150 000000000000000000029f372fa8131de76f26998f7d33a1a5f334b754af40c0 1.57 MB 5,044 47
867,149 867,149 000000000000000000020f9f33def011be063288b023df47231c345f83152464 1.62 MB 6,137 36
867,148 867,148 0000000000000000000226a1602ab055ae32582a10e2dbfcbd90bb208ded538d 1.70 MB 5,029 33
867,147 867,147 0000000000000000000117a9ccefed8ac1b58ec2a771d17b18b5fa96d0c4cdfd 1.73 MB 5,086 35
867,146 867,146 00000000000000000000e0e7fb64758913cf25dc55bda9151b2f8c37eb2afc32 1.65 MB 5,329 41
867,145 867,145 00000000000000000001a6e403e6b0082bcc3321911fff483d11090f25f23dbd 1.68 MB 6,000 32
867,144 867,144 00000000000000000000487a611e5779fbf37fa8dfc1bff14a1a669ca119cc1a 1.62 MB 6,263 35
867,143 867,143 0000000000000000000104baf60baace2ad471f749df0da5cc9891adab3fcb64 1.53 MB 5,758 32
867,142 867,142 00000000000000000001bc1cc8e443d26a6f3b0b990dae7b0776f77f9e3f4553 1.62 MB 5,805 28
867,141 867,141 00000000000000000001e3e48858e008c1103828612c3bce2bed2c1ec52a2bdc 1.56 MB 6,427 14
867,140 867,140 0000000000000000000088f1768eefd1a4856e185d256db77e154c5c326d40a2 1.54 MB 5,411 18
867,139 867,139 000000000000000000006fd1722faffe14f6f243606cddd3e79a74bad5f5409e 1.69 MB 4,518 10
867,138 867,138 00000000000000000002814adc4f83f143152809ca413e3541759d200bac489c 1.77 MB 3,046 16
867,137 867,137 000000000000000000009a75f1ef1bab3479c0589b9880bafa3e093cf485a33f 1.44 MB 2,095 7
867,136 867,136 0000000000000000000005148467199bf7ecba278774c6a2bd36fd427f917b2a 1.82 MB 1,830 4
867,135 867,135 000000000000000000008f4fc7c356a3ec1f564496bc29ad9845cb8cb1c1b906 1.60 MB 3,371 13
867,134 867,134 00000000000000000002cf852420dd450eb0d4d2a6a2137194bf4aa0ae047293 1.60 MB 3,286 8
867,133 867,133 000000000000000000027e2a8424f0384b64fa3587e4d7dcff9e4c0a00c769ee 1.42 MB 2,276 8
Previous 10 blocks ↓
Total Size: 769.21 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.36 GB sent, 93.99 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.