Memory Pool Memory Pool Refreshing

63,722 transactions
29.36 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
861,909 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,426 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,908 (724,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
137,581 137,581 0000000000000980aa6174bedb9a2ae3f3432353c7356162475cee2be826c272 0.03 MB 44 333
137,580 137,580 00000000000004e16f2d23f0929f007e20a853c0c1b9b5f1cb56c6c070a6c242 0.04 MB 129 124
137,579 137,579 0000000000000519bf37c3a386c8577779db6a4ac5f95672010a0ac398e6199a 0.03 MB 79 118
137,578 137,578 00000000000003800339fb0122dee2218c795d978795088810c5f0d5b86898a5 0.07 MB 144 307
137,577 137,577 00000000000001e06f54fa79354e337678f840a7bc75ddecaf8fd9d089f9eed2 0.01 MB 9 31
137,576 137,576 000000000000066296c32e9c7b16e9666dc551db0f88b490fa6cdb6d3fd52d98 0.00 MB 6 584
137,575 137,575 000000000000097484ce359c635b5485736e732ebdecf8c3f31e0d8d735292d9 0.02 MB 70 161
137,574 137,574 00000000000005075a27fee93e8912fed3b28f89f1b004c817b7c4e485273f89 0.00 MB 12 0
137,573 137,573 00000000000000d48f8ecdbde81b5bf03895fece5dce3bcafc3056c04fcc8fe4 0.06 MB 115 115
137,572 137,572 00000000000006caff54c1ff2a43f537ad6dce62643513d24b616b0008b26105 0.00 MB 10 403
137,571 137,571 00000000000001fba6bcf0c15d3fecc4d1f2837e934d6ee5afff3ff28a0888a2 0.05 MB 116 213
137,570 137,570 000000000000036933910364f006e8d02b643b0f3ae3fa4dab09bdc387e9f148 0.01 MB 25 145
137,569 137,569 000000000000006bb99d84f2b64394fc27c17bccb5975b065b99f8f5338ad0d7 0.00 MB 5 0
137,568 137,568 0000000000000320bb0842cfb879c535968e3f7092b439bcbd581c33e348412e 0.01 MB 11 341
137,567 137,567 000000000000015fcafafe203b2de6325366c08fca371b4417f00e3b63b1c6c7 0.01 MB 24 397
137,566 137,566 0000000000000983063990da7facf150b51ae1304843c95e773e3115659ce8e7 0.02 MB 28 174
137,565 137,565 000000000000030fea28910369ee9a35213405c9c2345f8a53a75efc426a8a08 0.04 MB 90 595
137,564 137,564 000000000000043a7bd094070066f08735152a490cb9466fcfe401073d9f3057 0.01 MB 24 16
137,563 137,563 00000000000001fd742c5783708111227dedd600c443c84ce706ca029d9857b6 0.05 MB 129 254
137,562 137,562 0000000000000634e92dbe52eff7ccf866466b5f66d7ddd84f54974c851fb865 0.00 MB 9 359
137,561 137,561 000000000000040c7122402da21cccfad385369422c7520a4d99c28408ab1087 0.01 MB 8 47
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,305.55 GB sent, 98.35 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.