Memory Pool Memory Pool Refreshing

2,906 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,281 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (204,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,478 703,478 000000000000000000030c4c5d2bb79515c5962d557f395e2428fb59dbfb1165 0.14 MB 284 10
703,477 703,477 000000000000000000021fd9e86679c14a419cd7c56126fc648e074151d80547 0.91 MB 1,463 9
703,476 703,476 00000000000000000001b0ed769171cad1685bc0b3f6febf1def016f5aeb1620 0.28 MB 361 10
703,475 703,475 0000000000000000000e2128b84fca3a8522fe5fc1bfdf3f793a3af6c518406f 0.85 MB 817 7
703,474 703,474 000000000000000000035eb55faca92d7dd84add54d1676e1a74ab2c09f6a4cc 1.48 MB 1,607 4
703,473 703,473 00000000000000000000d2b1d9f79dc1ad846549f995d7bbdacfa58af8da0ed9 1.42 MB 2,704 4
703,472 703,472 0000000000000000000b59c2183852398565837e93387b88f6d62798a7b4027d 1.13 MB 1,109 9
703,471 703,471 000000000000000000016b3bf65d779fc0beb52eeda4a5d57e5f008d83948405 1.25 MB 1,372 11
703,470 703,470 0000000000000000000b5223aa15a938100cfc74ba7b95f2c2dd4c92180a14bb 1.30 MB 1,793 12
703,469 703,469 0000000000000000000b78cad103d1af3a33203b3de71b761bb39d35626b7eeb 1.25 MB 1,748 4
703,468 703,468 000000000000000000089429df8749de579b56bd5ca874a3fd9d8bc5a7e0bcd1 1.17 MB 1,161 9
703,467 703,467 00000000000000000003775698149ee56c1e304bda6914815960f700085c9c0f 1.24 MB 1,392 6
703,466 703,466 0000000000000000000d322a0686aa8fba1290227a7490e17cada869b649c588 1.21 MB 1,129 9
703,465 703,465 0000000000000000000e27db02b56cd30c7dda8a9b86e6289bcc94c757223fc8 1.24 MB 1,337 10
703,464 703,464 0000000000000000000044826a8808d5b34cf2008e99fb64129d9b07e1aa2766 1.04 MB 1,014 10
703,463 703,463 0000000000000000000cceb91adcb0c724914dc69d6adcd1c03e718826efde79 0.02 MB 30 9
703,462 703,462 0000000000000000000ab4921beac311d3b672e3d78f165f63f4b49eafd79245 1.00 MB 1,565 7
703,461 703,461 00000000000000000004f114e6f7e165e1482be43b86f84cfbf081a31db29421 1.18 MB 1,056 10
703,460 703,460 0000000000000000000873129fd397de9c504c7f5f6945f2255f8d0835b0af04 0.70 MB 910 6
703,459 703,459 00000000000000000003826754f8d612e9131a2724195fc52f8f48dee3f943fe 1.24 MB 1,479 8
703,458 703,458 000000000000000000054ff16a8647ecf06aeb6c5f2dd86e8c33d644823ab0a9 1.32 MB 1,518 6
Previous 10 blocks ↓
Total Size: 769.30 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,642.68 GB sent, 94.44 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.