Memory Pool Memory Pool Refreshing

63,063 transactions
25.01 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,944 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,093 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,943 (126,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
745,148 745,148 00000000000000000009327c6298448e19283946349145c9de1da615ab9c086d 1.75 MB 1,712 7
745,147 745,147 00000000000000000007942f330f7e34640e7614dabff98f8a85784fb9af11b7 1.68 MB 2,282 15
745,146 745,146 000000000000000000040fd763e001b0a295a175a5bbf3ebaba095b67ea6e656 1.25 MB 736 16
745,145 745,145 000000000000000000062ed7085f55ed8c0fbadd5bb589b8b9c280c75c3adf05 1.42 MB 2,055 35
745,144 745,144 00000000000000000007234c1b074e387929908ccf5a57deb182da93a984a497 1.79 MB 1,734 4
745,143 745,143 0000000000000000000011bc98c27b449626fe5c4be68d29691dedc8769dcf06 1.64 MB 2,752 19
745,142 745,142 000000000000000000067986cfa86d002d7b3405260705fcbd146685519f4bf3 1.63 MB 2,779 9
745,141 745,141 0000000000000000000658e2c6d8c4a50c5d740278c1a6be56d3e96b4e509a91 1.59 MB 2,880 20
745,140 745,140 00000000000000000003a7bfddf36d81b8729c1bf5074d67077546706ea7b140 1.58 MB 3,141 30
745,139 745,139 0000000000000000000878d98a7b34b305baaeba7745e96b4078869224672b09 1.51 MB 2,603 43
745,138 745,138 00000000000000000004c6269673ec7ac40e6645ab774cfbe8e4a9f98d8f1254 1.39 MB 2,833 22
745,137 745,137 00000000000000000006569ebcec3224fe40f1854c6a72418f7221a7d092af80 1.19 MB 1,187 16
745,136 745,136 00000000000000000008dcd01cb85b3adc352f7097364b9b9423a079b6fa4c69 1.52 MB 2,729 23
745,135 745,135 00000000000000000005d57da8b18d53b412f0100df1a90e7e034adc22a86bcb 1.52 MB 2,048 28
745,134 745,134 00000000000000000000020b9c435410024003a396ae353de19ca13e3f611bf4 1.56 MB 3,343 29
745,133 745,133 00000000000000000006571c28385807e57e7b6c4e6e8fdb7dc869bf749f5bdb 1.47 MB 2,492 41
745,132 745,132 0000000000000000000392dcc198fa1f6d8afb1dbf4395a1cb7d0471d6b40892 1.32 MB 2,495 27
745,131 745,131 00000000000000000004678a3e34e8136da0d86cd8cbce0f4fe5de81375ce566 1.53 MB 3,046 30
745,130 745,130 00000000000000000001d9bc638400828607982880c116bc54bff00765be85de 1.51 MB 2,685 45
745,129 745,129 000000000000000000040a36d265c0950d87a6f79c244642fbede2bcf1c33894 1.48 MB 3,109 34
745,128 745,128 0000000000000000000204715cbc3630297e0ddb113978de8befcdd5f6a6361e 1.48 MB 1,937 36
Previous 10 blocks ↓
Total Size: 703.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,582.18 GB sent, 232.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.