Memory Pool Memory Pool Refreshing

8,677 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
891,802 0000000000000000000251050000000000000000000000000000000000000000 1.00 vMB 3,368 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,801 (761,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,444 130,444 00000000000019ce9844af0ec9cf64e29b616777edde6df07b56a8e7e8807ec7 0.05 MB 97 1,242
130,443 130,443 00000000000003bcb7056f61c72fb9e4657a117285055b8d2eae943478c28155 0.01 MB 20 429
130,442 130,442 00000000000008d6734e4e066be9849d09d4be147271747491680a5fc150fd41 0.03 MB 74 256
130,441 130,441 0000000000000c63d1e59eb74bc9a4348243395ba03eda413acf45fadbe57d58 0.05 MB 89 797
130,440 130,440 0000000000001353aab250d0271be31550211a72cc6e5672a711dbc97b4f8a2f 0.02 MB 56 47
130,439 130,439 0000000000000d18a2f167891e94e1eaadc15b42201873c6a562230dadd3f791 0.00 MB 8 0
130,438 130,438 0000000000000aaeec1da8a1bd1f9bced5ce97525312071ada185190ea6bf491 0.01 MB 30 1,196
130,437 130,437 000000000000123a2c57cfe20392727e295d77f3a16011ef00e60b594d9c22ac 0.00 MB 3 193
130,436 130,436 00000000000016c9b0d695b1eceffdba5d14b9e2610c3c088019e2f83cc1aec4 0.03 MB 55 488
130,435 130,435 00000000000007e4e1b98e7ea9e9fada2ce85c627d32c69e189eb1e08fd6270f 0.03 MB 51 885
130,434 130,434 00000000000015c57b1922e55024321bac0f136aff3ff7743ee84869cf97e9ed 0.01 MB 22 664
130,433 130,433 0000000000000e841ebaa1005574766da31a7064eebde2109820697b2796a30b 0.00 MB 7 2,128
130,432 130,432 00000000000013d534e3b4b26a7a4eb45faf69a5d3ea7be6635975f558440136 0.03 MB 84 637
130,431 130,431 0000000000001c7f731c77714dd91ac5c72c9ff6cd6f8dd5a8f27563dcc56668 0.05 MB 96 1,035
130,430 130,430 0000000000000d792bc5a6c028ba8665568aea791b7c5ec7e25430c3ff740697 0.05 MB 151 45
130,429 130,429 0000000000000dff2a27b3fe9b245dec3fa058924bdc299dc3c242e1d38e21bd 0.01 MB 20 553
130,428 130,428 0000000000001b55297ff5aa0e530911a474b5d4f5cfbd340f96a9a7d0c127bd 0.02 MB 20 2,409
130,427 130,427 00000000000017073b7a47f06862ec050b612ea8f4cd4907a055aab9ca3ade70 0.05 MB 109 1,310
130,426 130,426 0000000000000810159986e3ed58ff4d6704a4bb54a1a5017830cc52aabb51d0 0.00 MB 15 852
130,425 130,425 0000000000000e8c4fea031b900281c4ec2cbfd4ce29adaf9ee3497ce3b7e178 0.03 MB 87 726
130,424 130,424 00000000000013bdd0394b10df79bb55c782bec037b61731863b8709df4cc0d5 0.00 MB 5 3,108
Previous 10 blocks ↓
Total Size: 740.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 3,610.77 GB sent, 165.45 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.