Memory Pool Memory Pool Refreshing

60,054 transactions
28.05 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,911 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,955 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,910 (60,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,143 801,143 0000000000000000000017a358b99701042720c06c557b68ce116073bc3b1b21 1.91 MB 3,095 11
801,142 801,142 00000000000000000000d5037d0a72379382a6b41e7a5795f9642d82432dcbf9 1.65 MB 3,406 12
801,141 801,141 000000000000000000012319aacef99f7f355a9caf7a45ff1608260351335922 1.51 MB 2,685 16
801,140 801,140 000000000000000000001d159363be40a8302e7b5a7155134d36e7546d666687 1.60 MB 2,143 10
801,139 801,139 000000000000000000029e3356d4266b6c5af0f89d7be4f788c87794f7195f71 1.45 MB 2,471 17
801,138 801,138 00000000000000000002ecbdbdde29f5032a8eb4d7ff733546340d36b3ad82a2 1.35 MB 1,888 13
801,137 801,137 0000000000000000000239992030a558c355b1433d7cbc56d55409d50c4d3911 1.43 MB 2,011 17
801,136 801,136 00000000000000000000201e40934e9f74a4e029ecc788b3efd6d401548d9b24 1.54 MB 2,640 18
801,135 801,135 00000000000000000000ba12e21ea909c6eaa9a50174fac9fb5781ba7fc9e7e9 1.59 MB 3,458 16
801,134 801,134 00000000000000000003e2bd81d1f3e0c92ba20d0551bbfbf0d184e350f07511 1.49 MB 2,662 26
801,133 801,133 00000000000000000003115a4e6a94838eb73bd73cb3148702a005aecc4b64e2 1.61 MB 2,979 15
801,132 801,132 000000000000000000001b1f716ad1cbd5f7002fb4e19b13b75715d8d36e2646 1.30 MB 1,756 14
801,131 801,131 000000000000000000016ed6eb5866da5565eae6320fcdd58c24d6a814be379e 1.54 MB 3,016 24
801,130 801,130 0000000000000000000395d1ab23eb60c4b48a9010439ed5060ca88e81c81e8e 1.51 MB 3,342 23
801,129 801,129 00000000000000000004ab535bfa900f2dd3e13b483dedb219b524c61201b055 1.80 MB 2,817 9
801,128 801,128 00000000000000000005154eec806d2c05cd732ff00429a522b6f498cc24f9b1 1.38 MB 2,264 13
801,127 801,127 00000000000000000002aba67420f61a2b78746182f4324958f571d859363b44 1.46 MB 2,639 16
801,126 801,126 00000000000000000003dcd1ccb91f537f13663c299188128de5f49885e8d6ba 1.83 MB 2,401 11
801,125 801,125 000000000000000000003ac2d5b588bc97a5479d25e403cffd90bd60c9680cfc 1.50 MB 2,428 12
801,124 801,124 000000000000000000017b562519ccd5636568e189af21d098715cc7f0c727ea 1.23 MB 1,488 16
801,123 801,123 0000000000000000000443111e0a4fe31884e920a77b20d6e1c131c06adcd8ef 1.62 MB 3,590 12
Previous 10 blocks ↓
Total Size: 683.99 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,305.59 GB sent, 98.36 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.