Memory Pool Memory Pool Refreshing

4,422 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,823 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (905,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,528 2,528 00000000d5fe6c3e1933e102f80a06050503d39177c4055f30efa6e68f53e632 0.00 MB 1 0
2,527 2,527 0000000016ef0ca7d0a7ee227ded3f37027c1c25a19aaa625e01a351a297f629 0.00 MB 1 0
2,526 2,526 000000009b292446110215b7e9909c0ff7caa80b6d5a18ca5197d8ee5e083ead 0.00 MB 1 0
2,525 2,525 000000001520f175deec6aa18a3175b2ba70f826fd13b537b6e625c2a2cdcfb0 0.00 MB 1 0
2,524 2,524 000000000e1a27ff4c29ef750fb620bef5697a32554e007f008c36bdc129b150 0.00 MB 1 0
2,523 2,523 00000000f1022ea9fce00eec106c1bc0bf408fb9d3b73493242ab81348ad8a85 0.00 MB 1 0
2,522 2,522 0000000080e27ac62e6d209c3866764229ae47ef988b2d754af30385a6b12523 0.00 MB 1 0
2,521 2,521 000000007ea398cc04b3902c4e5ef0fb3d7de85231d7b6dadb31fe6e69f0d9d4 0.00 MB 1 0
2,520 2,520 000000006fc2496723747628e8fca0e2992bc4e04b6675685f27acd3d83c93b2 0.00 MB 1 0
2,519 2,519 00000000551ff485c4327858a3fa9be59635d98f4272869145919394ef3d1460 0.00 MB 1 0
2,518 2,518 0000000006c9b1e6c82487e058b9fa9c001ee54700b33e061e1ebf2cd5b0b66a 0.00 MB 2 0
2,517 2,517 000000001b055aa23e9c432e2d68b129ebbeaad36b953405df9a382ba74ae0d9 0.00 MB 1 0
2,516 2,516 00000000b9e3515f421c7cf05022323515f2d084c171da4556ce0a92b2fab388 0.00 MB 1 0
2,515 2,515 00000000211ed6ff8805fbc536ee7b5a9ed76512c54205214c3d1387de3b6962 0.00 MB 1 0
2,514 2,514 000000002cb941cf510cbda749caefc7b511680a7bba47ef49b7d8d470cea8b6 0.00 MB 1 0
2,513 2,513 000000007030a61ba73a6c9e66c84956b9817f5487edd52d2eccc02374e048d9 0.00 MB 1 0
2,512 2,512 0000000045218b32eb3717ef96608c1abe156546fe156a5d4eb1a0300f5f523b 0.00 MB 1 0
2,511 2,511 000000001e07a73f81ff6000eb8c58158aebcb67bbeaf43ad580a518a579d7d7 0.00 MB 1 0
2,510 2,510 00000000b294887aee80614cd133f8045225cb861363b2c5efe70e2721758f51 0.00 MB 1 0
2,509 2,509 000000008368414feae8318b8a1f71b6467a96f0d0ccd47b8df9142f1ad2da48 0.00 MB 1 0
2,508 2,508 00000000a8d4130e02dc53426f7f87a6f4ec829e5d44d87a284bdfdba50fd2c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.61 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.