Memory Pool Memory Pool Refreshing

7,599 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,947 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (859,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,527 49,527 0000000003e8261304e51d0208291aed78bca654cb8c1da0fb22cd14e49d8674 0.00 MB 2 0
49,526 49,526 00000000128123be9e84462c06f6490ea5d0636a88b9199d1ae89a6b196e2f8d 0.00 MB 1 0
49,525 49,525 0000000010e8b497fcae5fc401d6af5cc8d5ce24075b1426851fd24414cf6d1f 0.00 MB 1 0
49,524 49,524 000000000d84ec5a70325a3c40ac28eccd918de76d0be289ab8cb832f551e5b8 0.00 MB 1 0
49,523 49,523 0000000028977b0f3610fc24e169c3cd71ec321a1c6776b106a535b4d4b0885b 0.00 MB 1 0
49,522 49,522 000000001cfa3f2637fbcd832981e55805a00ddcd74dbb434a37703693be0b3e 0.00 MB 1 0
49,521 49,521 00000000286c47df6362a92a3fd14dc633ca5972c45defd40a1af32b3cad6d73 0.00 MB 1 0
49,520 49,520 00000000005f69be323afc5aa93b3a21b49bfa9916b861db6d00b8b5222f39c6 0.00 MB 1 0
49,519 49,519 00000000128571c240e093f30c77475178e67386ccd1e035e08c1bc356ff21a6 0.00 MB 1 0
49,518 49,518 000000000278cecafca625e1dd7aac5e9fe3ac39fc1bf5220920153071b1cca9 0.00 MB 1 0
49,517 49,517 000000000f40bbb212ed8a67907443083ef2d6e9a5bc34126d1f1f1e3377bde9 0.00 MB 2 0
49,516 49,516 0000000021ea3f5c4f0c6905be8faa7f39197e8a3516d50a57a78d34626826e5 0.00 MB 1 0
49,515 49,515 0000000013b4c60edd651be5947166f3dd1e7a7bec98f87f56dc451454242887 0.00 MB 1 0
49,514 49,514 000000000cd42de40684090ff0e102bdcc743fb3b0359c9eeda9872ef3c6f1b2 0.00 MB 1 0
49,513 49,513 0000000003658dafe4486c2d05663902699e57cfd9df9cb7d8c4aa2069acac48 0.00 MB 2 0
49,512 49,512 00000000227fd321bd73cd2fee7a23062a7257821138abfea04d56d540381593 0.00 MB 1 0
49,511 49,511 000000001d18c3f455b96fb6d4052d135367e3ac4aa1112ae7a5a159ff754e04 0.00 MB 1 0
49,510 49,510 000000001762faf02a5088688f388d1fb27877e878a2425522e378b2c5413623 0.00 MB 1 0
49,509 49,509 0000000028d0d242f8e734f4771ee0a8cbf9257731cdee0cc93eb6d5c93f7d49 0.00 MB 1 0
49,508 49,508 0000000007eaefe8d5c05db9e3b11e33b0c0d1b84eaf3626bd7f5f6d50dff2b9 0.00 MB 1 0
49,507 49,507 000000001f28962bff69f1724a39ab9937e0e9f9ef0b6f1b6309fd4cda53ce10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.