Memory Pool Memory Pool Refreshing

33,283 transactions
30.15 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,567 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,886 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,566 (4,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,538 859,538 00000000000000000002dab8083fef996f6ba19b00c0e455ee0aebc7351e1e01 1.74 MB 3,358 5
859,537 859,537 00000000000000000001c9b6771e70c592912ea9b36850600b2a300853ca7bf8 1.60 MB 3,418 5
859,536 859,536 0000000000000000000186fda117178099fa3651697b401132929dafefe74c98 1.47 MB 2,709 7
859,535 859,535 0000000000000000000115d94103ba477f74440b8d2842a0c26bdd5825380251 1.69 MB 7,296 2
859,534 859,534 000000000000000000005b9040e4ecf61228bffd998f725f86ca630c6a13c95c 1.64 MB 7,569 2
859,533 859,533 00000000000000000000ec5feebf1ae84425703ea46b247ad3262566aab4de37 1.84 MB 2,108 4
859,532 859,532 00000000000000000000cd5d65c25a3c8eb09f0cc2a91a5a06b21b8ba09777ae 1.80 MB 3,314 6
859,531 859,531 00000000000000000003140d80d72289e3c2e4085bf0e1272af774d364e71abe 1.88 MB 831 3
859,530 859,530 0000000000000000000254a1a8a310b9ba1cd664f5307daadf45738116504681 1.99 MB 529 3
859,529 859,529 000000000000000000001a930156196e4c66289dd8430aa70fc5aa6df0f9972b 1.90 MB 1,144 3
859,528 859,528 0000000000000000000090183ecbe963724dff5da5131584dedba1b03316f138 1.90 MB 386 3
859,527 859,527 0000000000000000000038e6487dea3c768e84d88e1d2e033be3ada0b0cf19c7 1.92 MB 1,552 4
859,526 859,526 000000000000000000023ae9ed0e886a3f09c3cf5ebda6abaa51aeb9573c3651 1.87 MB 1,355 4
859,525 859,525 00000000000000000001bb3a04e5599cb7567896c59c63e0383f25d0fca2b487 1.85 MB 2,154 3
859,524 859,524 00000000000000000002a2482a4174647234efe6683ed112f0fcb87dd1b94382 2.13 MB 1,375 4
859,523 859,523 00000000000000000001b8a8578ca1d88696bbf2ca69eef003a1f7a1152aa81f 1.67 MB 2,924 4
859,522 859,522 00000000000000000001c4bb70c22897c1efdd25376c8347fc605026a942066d 1.64 MB 3,484 8
859,521 859,521 00000000000000000001b5c06078cec48c29d2e5c9d3d708d5d1093c889d1cb7 1.62 MB 3,855 9
859,520 859,520 00000000000000000000c0f5f3efe3676c366d3d991936c2f038c2c40104ca97 1.46 MB 4,201 7
859,519 859,519 0000000000000000000234870e60ab33272660815544526443aec0b669b4e204 1.65 MB 4,591 5
859,518 859,518 0000000000000000000242dfd43c2b21c14719249348fa3b74588fa284060a5c 1.54 MB 4,393 10
Previous 10 blocks ↓
Total Size: 687.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,510.31 GB sent, 120.12 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.