Memory Pool Memory Pool Refreshing

43,735 transactions
30.99 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,494 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,941 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,493 (140,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
722,419 722,419 00000000000000000007f5622ba117404220acb70eb33ab55696be4333d16744 1.49 MB 2,763 10
722,418 722,418 000000000000000000059fe29956f0dffc0d333681784a847e3a32769eee0757 1.34 MB 2,702 29
722,417 722,417 00000000000000000000a6fcc63fd90db8ec85c6557296c9311465158e127e5e 1.28 MB 1,368 13
722,416 722,416 00000000000000000001fa80baf7742b7bc70c82bb25c6f679919c59c58df7b7 1.47 MB 2,573 5
722,415 722,415 000000000000000000093a4cd52d409a9d623e418a94ebff9440b1990af849cc 1.35 MB 2,226 11
722,414 722,414 00000000000000000005867a53e20a7e84511ae178c971c06d9f45b236fd7ab0 1.40 MB 2,493 11
722,413 722,413 000000000000000000045402b1beccf3e230ee880fe112820967e7d3b5475360 1.25 MB 1,235 9
722,412 722,412 00000000000000000001b0caa69ab67ddaf64e81c043a4fc966e26676aaa34a1 1.36 MB 2,238 7
722,411 722,411 00000000000000000000216b5d26d89cbb87432e104e9b991b40f1498083c175 1.50 MB 2,912 16
722,410 722,410 000000000000000000038244b228683bf9f6118c31a17022ff6baf42c0dcced8 1.47 MB 2,560 17
722,409 722,409 00000000000000000002a59534e09bb9899944fa6819fe07e6a2b4c2af879f47 1.25 MB 1,132 5
722,408 722,408 00000000000000000007bb26e9de6cd8abcb3bee43fd62bed25b3968db90beae 1.52 MB 1,963 6
722,407 722,407 00000000000000000009d5b97d593b1dfb8983def02779686901a0ff3a873bca 1.28 MB 1,148 11
722,406 722,406 00000000000000000009642b33b21f6e4a4783097ccb477daebbb3bface36e6f 1.25 MB 2,014 6
722,405 722,405 000000000000000000038e3ff9cf65184c18b474f74f573f90dc735e63ca0b8b 1.45 MB 2,159 10
722,404 722,404 000000000000000000081474401152aca0ca8e871c6c021d7470fc3530a2add0 1.33 MB 1,669 12
722,403 722,403 000000000000000000020c159bd28bd071f70d5a68fe2c41521b1d7ed02e8ea9 1.56 MB 3,182 9
722,402 722,402 000000000000000000098417ba3e4e0e4181bcfe041363400a46bb9a9b1c5878 1.61 MB 3,075 12
722,401 722,401 0000000000000000000412e47e58a23daff553d3129a448d430015a637be82ec 1.54 MB 3,075 13
722,400 722,400 000000000000000000071007731258b8b8f896661b027c8ead529af42d545ea5 1.44 MB 2,679 25
722,399 722,399 00000000000000000009bf8183d258ad0201adecef0e556be7a1fae92c4817a2 1.38 MB 2,961 21
Previous 10 blocks ↓
Total Size: 685.11 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,371.66 GB sent, 106.09 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.