Memory Pool Memory Pool Refreshing

7,982 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (278,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
629,304 629,304 0000000000000000000e40093576857ad72ba872a8e88233ef7fb471d030941e 1.29 MB 2,581 68
629,303 629,303 0000000000000000000cc58a483e55b9494b67cfca7e0601379a7297f948bb29 1.29 MB 2,688 55
629,302 629,302 000000000000000000050ece2189ab614dbd2f4e536ccb8cd6c5d29ca51b1f41 1.31 MB 2,021 61
629,301 629,301 00000000000000000002effa3d0412583897caf39c9d489fd35f92d9637a8649 1.36 MB 2,354 84
629,300 629,300 0000000000000000000a39945a8a74edc81ed25d82fbeabc0613d0acd02ca5a9 1.32 MB 2,425 60
629,299 629,299 0000000000000000000c4fd05396e94366888715dbcbcae87cba79fb651e8a74 1.35 MB 2,612 97
629,298 629,298 00000000000000000005475db9a528c8d5c2eda7634cb69875f47d5746171a41 1.12 MB 1,556 18
629,297 629,297 00000000000000000007b3d60dab2a19ffbe87dd32ea48338e7167d2d437a352 1.27 MB 2,494 28
629,296 629,296 0000000000000000000e3d0934affdf7fa233d231a54a05fe2e73d19b61bc73d 1.39 MB 2,305 77
629,295 629,295 000000000000000000049cc0cb47d3c09bf489538952e5e997984c4cf408e941 1.28 MB 2,229 72
629,294 629,294 000000000000000000019ed66400d2c055792f3b785c6a0f3d765bd0854341b5 1.21 MB 2,824 38
629,293 629,293 00000000000000000006c848e80c3bbef9512675b62ed95eb6abff50d7c50191 1.38 MB 1,968 40
629,292 629,292 0000000000000000000839f56cb42156c735dfd9d082f9fcfc432855de191e37 1.24 MB 1,899 71
629,291 629,291 00000000000000000008c04d6cf45390a63a8d1a185aaba59c85b6840a9dd1fd 1.49 MB 1,913 30
629,290 629,290 0000000000000000000cc249c3747b5a5f5dad719ac233e62c3a62c9cf50cecc 1.19 MB 2,033 35
629,289 629,289 0000000000000000000fe6730b2916f70d75f63cb1bf5a5bf4270d2003caedc0 1.68 MB 910 17
629,288 629,288 00000000000000000005d258f9bd4433a09a13063b5726b7644b85e58dcaefac 1.35 MB 1,718 8
629,287 629,287 00000000000000000009a34ec428342ea897efc449ad983209337d606fa07fdd 1.40 MB 2,760 64
629,286 629,286 0000000000000000000c56b2d60e8ea8598ee921883b2bf00f66d71a0eb10df9 1.52 MB 1,424 17
629,285 629,285 00000000000000000010acf88139bd90239c7a05ff5322709e93a6228194dca4 1.29 MB 2,734 51
629,284 629,284 0000000000000000000dcf478abd92a90de4d78a937416c866cd008adaa2fdb1 1.29 MB 1,983 6
Previous 10 blocks ↓
Total Size: 769.17 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,633.26 GB sent, 93.77 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.