Memory Pool Memory Pool Refreshing

4,704 transactions
1.45 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
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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (694,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,497 213,497 00000000000000810d450d602a03a9bdad5387e6b95e9f8666412752178c866f 0.08 MB 169 93
213,496 213,496 0000000000000399f539c5775e0eae6ccefbc856300c2ad0a201179e056aac42 0.14 MB 397 172
213,495 213,495 000000000000009ebbc75d3112cc7598a8ef18c7aa55041b6aec4d73e2c1e9ee 0.07 MB 184 165
213,494 213,494 00000000000001c02fb4d66efa672a41119b9c9c0ff3a13e911d8cde32815c30 0.20 MB 743 207
213,493 213,493 000000000000010a2fcf41cf9420bf577ab1d1f051918ee19c6074f4e93cba3c 0.08 MB 104 99
213,492 213,492 0000000000000166487f4fb6801df246f4b60175ba736359097c7a1eb0155a40 0.18 MB 584 211
213,491 213,491 00000000000002f252a36bcea8787ba33f0607cccea8872e59d52ed786b476f0 0.06 MB 100 124
213,490 213,490 000000000000015b0774c5491993ae97858354c8e592a40290e61dcc889591e2 0.03 MB 87 11
213,489 213,489 000000000000029b127a57887d74e2d05691f410196aa2c4700a43c0905e0826 0.02 MB 42 70
213,488 213,488 00000000000003cf0831335db60109578a72969598276ec92e2076a891e7f889 0.23 MB 329 116
213,487 213,487 00000000000001ca373e5d308046db2305fbe2e60cc6590854855acfbf6e4ef0 0.24 MB 615 210
213,486 213,486 0000000000000306329281cc097c2f880b897654b8b3d12d07e83fa4ca0cf9da 0.05 MB 40 79
213,485 213,485 0000000000000191413b193d6cbc90055689f97ea5142bb4656849dfe8917b5d 0.05 MB 105 175
213,484 213,484 000000000000018983d245bf8f435751734de448b90913ab615d9254872f85ff 0.01 MB 25 187
213,483 213,483 00000000000004ec49b0c8faaee2cd4eb5de8bd80fde804c3c32e8c00398e4d8 0.09 MB 197 113
213,482 213,482 000000000000021c76d2e4d0ad95f9397dfb54a50ce7653e4261baac330f0d43 0.25 MB 706 221
213,481 213,481 00000000000004d82620c0c54fe79c1e73248a4af5fda1d47f6cbaf7111a5ad0 0.01 MB 25 131
213,480 213,480 00000000000001eede6dbc1d30f57948f650dff86dd7a22f72e2042c9df73f29 0.05 MB 117 148
213,479 213,479 0000000000000323505b068a699c9713d2811a0a6e8f637db1a9f789ad7d5911 0.14 MB 314 178
213,478 213,478 00000000000003d32b6f9ffefd57798fa0761c95b23f8cc7067d2bf382863a1e 0.10 MB 162 126
213,477 213,477 000000000000014b109a0915b3d1e25a11ee301f315b3674212b2062cbebb1bc 0.21 MB 383 145
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.