Memory Pool Memory Pool Refreshing

4,461 transactions
1.66 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
3 sats/vbyte 3
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,710 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (53,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,338 854,338 000000000000000000035e8369d08cb2c4728f94451aa1a492d3d8522d9fbe70 1.76 MB 3,595 6
854,337 854,337 00000000000000000000f7c844b93e529e693c73db9dab1b34aa59a1638d866d 1.66 MB 7,171 4
854,336 854,336 00000000000000000000e764d920ad8fd25249e3f261b9f8d74c1188459d37d4 1.72 MB 3,907 6
854,335 854,335 0000000000000000000213f4aef6eb19ad0d35105d5467da390b92672f2f02a6 1.68 MB 7,251 4
854,334 854,334 00000000000000000002d316abeb066c07de8350c76825bdfc5f6df5816a5946 1.73 MB 4,974 4
854,333 854,333 0000000000000000000309b95cb02f371ee01a6271b32255fcb899be63a1b42c 1.61 MB 3,673 7
854,332 854,332 00000000000000000002285fc368059c0bd57ed5fde0c94407a20c0ba522c65d 1.62 MB 5,253 4
854,331 854,331 000000000000000000002003d96b9327f0890001684983ad0f7124c924234248 1.58 MB 6,727 4
854,330 854,330 00000000000000000001e831c09708c4994ea000f86c0bf33316e908642bf032 1.66 MB 5,999 5
854,329 854,329 0000000000000000000358483f93f027b99b597d91a49bffb0f2b416b0c79222 1.77 MB 5,612 4
854,328 854,328 0000000000000000000028279f021b3bc459b01425bd944bf6173a165785868c 1.67 MB 5,880 5
854,327 854,327 00000000000000000002ef420dac079444f33f1c4c7302288bc716d671153581 1.67 MB 7,452 4
854,326 854,326 00000000000000000000201c66a128988fd2463f4179c3aeb4eb9b422ba28e34 1.54 MB 4,281 5
854,325 854,325 0000000000000000000327e489de62f099d25d48473496d0e929dacc4343db4c 1.69 MB 6,927 4
854,324 854,324 000000000000000000023b21bb50cb84efc3d5f3e8660f7bec6625daa79f0dca 1.62 MB 5,868 5
854,323 854,323 000000000000000000024597d5c214a1763ab254f19186e52be42263c52e95b3 1.71 MB 7,192 4
854,322 854,322 000000000000000000031215e5fcf6f472ab813bf78d731affc30786f06c8bd5 1.99 MB 3,343 6
854,321 854,321 000000000000000000012021e1475f74f424e4681d633411b0265bbdc9b39351 1.64 MB 6,695 3
854,320 854,320 000000000000000000036817f94e2c2805d45737c8c372d7bc5a254de41c7120 1.71 MB 3,949 5
854,319 854,319 000000000000000000006895deae920f0f134dbc6bc0724184e5471689f220d1 1.61 MB 3,819 12
854,318 854,318 00000000000000000002f27fbaba2b5122a03d0e4389f8612755a35541b190ea 1.78 MB 3,587 6
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.