Memory Pool Memory Pool Refreshing

6,561 transactions
2.40 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
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,736 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (439,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,531 468,531 0000000000000000018c430920e49fcf3c117864127d303414fb9df4bbd45b03 1.00 MB 850 288
468,530 468,530 000000000000000000878f694dd49511f986a364825971a68efcb0a674b05cb8 1.00 MB 1,540 240
468,529 468,529 0000000000000000005644deaf67c657997f4f39f6f51230578270df9af8b4d1 1.00 MB 1,219 197
468,528 468,528 0000000000000000014e9fd6e984827f75bff24243db0cebc6898e060bca5f1f 1.00 MB 2,328 310
468,527 468,527 00000000000000000158ea83c206a28f58e6317fa8d5aa4faf44ef46e39cdd72 0.99 MB 1,069 152
468,526 468,526 0000000000000000019d211add41b11c339220eb2cdd759598ef780cbf9f02f0 1.00 MB 1,436 153
468,525 468,525 00000000000000000122dd91fced28aaad9679f8e14a02a171c0a3d1d7166257 1.00 MB 2,136 296
468,524 468,524 0000000000000000010c01e2b7c04ffc79c6f58558cc170b4cb7dad2d9a4c041 1.00 MB 2,056 274
468,523 468,523 000000000000000001d04ccda923bc2efb85c2e81e9c7d6b8ce1799609a89afb 1.00 MB 861 177
468,522 468,522 000000000000000000e07f1c1f20abffa223439bb4223c8e4607f9279d4195f1 1.00 MB 2,027 263
468,521 468,521 0000000000000000007b8dfe6d72d2ed375fd422cc1cc37e3909f8a1314c81f9 1.00 MB 2,405 347
468,520 468,520 0000000000000000009cc4b2948ade116fd69b316e0d1a2da34b54cc303eeedf 1.00 MB 2,588 342
468,519 468,519 0000000000000000004c80b26bc1e6207916b883069eefeb37e760c89ee550e1 1.00 MB 2,557 330
468,518 468,518 0000000000000000006342633b22bbdcf6084552087f46daf9637d0a47e457a3 0.99 MB 2,489 385
468,517 468,517 0000000000000000015d3e3f8f097c6d96a1c59041105e19337748adf6ebba58 1.00 MB 1,956 305
468,516 468,516 000000000000000000e5ac0c6714a576b3d837137d21d36a519397ab688c1da2 1.00 MB 1,580 261
468,515 468,515 000000000000000001363bbbe02f10951583995f826951ee86fb894615b50e58 1.00 MB 2,197 311
468,514 468,514 000000000000000000ea25b3cf9b0516ace80f569f67290c7b808768b9262121 1.00 MB 620 359
468,513 468,513 00000000000000000142307025bc0df1153d4d497649bc71ab2490902732de47 1.00 MB 293 358
468,512 468,512 0000000000000000011e17000ac823682b8840abe3d337d62b6ddd67df067f14 1.00 MB 2,056 281
468,511 468,511 000000000000000000efd21ec349d2335be8199087da873d8be2621d88bf4114 1.00 MB 2,646 299
Previous 10 blocks ↓
Total Size: 768.98 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.49 GB sent, 92.73 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.