Memory Pool Memory Pool Refreshing

9,801 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,851 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (241,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,437 666,437 00000000000000000007d4171173d1505e3f7d5a7242a83ce3fd6e1db96e0d9a 1.21 MB 2,153 33
666,436 666,436 0000000000000000000c5a1673629a33b76ce1e0f0761010a0af8c28d8ef8f8a 1.37 MB 2,810 74
666,435 666,435 0000000000000000000ae38f8e637438dc6f39b04e3343fbfc2d0240f4410683 1.37 MB 1,349 21
666,434 666,434 0000000000000000000050505349585ab51cb90b365ae01d81eacccafab34c18 1.23 MB 1,906 36
666,433 666,433 0000000000000000000b2a8db5f40859d0c3796b1cbbeda78fecf7ae6d468740 1.13 MB 1,381 14
666,432 666,432 00000000000000000007d2448b37c1f5999e0395f0ec6803292ee7e09b77b9df 1.28 MB 2,286 36
666,431 666,431 00000000000000000009b8c6f056466afa997480a935ed46b60679c3652d1de3 1.34 MB 1,567 15
666,430 666,430 0000000000000000000bab3ca3f7d70c96c201691a8d8baf39f6fd7da7612106 1.37 MB 1,410 15
666,429 666,429 0000000000000000000c31debac5189d1dfab8a86ee8292f1cb40fc8e2fe60fd 1.32 MB 2,168 68
666,428 666,428 0000000000000000000ccd895e52d4898a66fa8fcc9aa5453e6ce08992026c1d 1.22 MB 1,758 21
666,427 666,427 000000000000000000099b24a3d546931f1f586d567fc8f030c9c5202489bdc0 1.18 MB 2,155 11
666,426 666,426 0000000000000000000847a0bc567868100878d782c7a80a08f3527b2e67a64e 1.29 MB 2,168 27
666,425 666,425 000000000000000000084be81e7e7c80093864b613c81b9c40f2161796ff3ca8 1.44 MB 2,278 73
666,424 666,424 0000000000000000000aabf2dfcd5008e58f24d14eb40bcf948bbe8dc7a59279 1.26 MB 2,998 123
666,423 666,423 000000000000000000003d2b8f1f5c4933004e3d579e1a7ca42703fa8d3b55ec 1.42 MB 2,273 65
666,422 666,422 0000000000000000000013180efa92ba17a0ff02df33601c8bcb4c7a1d8d622e 1.28 MB 2,022 29
666,421 666,421 0000000000000000000ce551b7dcbec4ce6c8364be889029d2148a9942e91d3e 1.27 MB 1,000 88
666,420 666,420 000000000000000000093f0747908ba43719d7b00fa99a7575d71b9d564dad41 1.04 MB 524 106
666,419 666,419 0000000000000000000b9b358f15d2547e6031b801cd212a63ab7c1c3e952c73 1.34 MB 2,450 50
666,418 666,418 000000000000000000009237acb5547ca00554a46a84e429497e18c09dabb10a 1.18 MB 2,420 22
666,417 666,417 00000000000000000003207aaf6b8448ea168610106bd04d0c27ecd5e4f6514d 1.41 MB 2,104 67
Previous 10 blocks ↓
Total Size: 769.03 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,625.30 GB sent, 93.03 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.