Loading Tool

Explorer IconExplorer

Memory Pool

86,587 transactions
32.18 vMB
0.11014348 BTC
Random Selection Loading Transactions
Max Size: 195.58/200 MB

Candidate Block

Mining Attempt 29e4635a0cd4a680091cd203256fb991eaa0e1e288d0050437eeba7f27fa7b7c
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root f448f5a8368a004b30bdcf5719e55170323f5c4554b8e576e717caa1a83c8b8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,719
Size: 1.00 vMB
Total Fees: 0.02512512 BTC
Feerates: 301.68 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (373,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,077 542,077 00000000000000000003979a97ad7cca7fd6aa09931f4fefebc920785501dd0d 2,649 1.00/1.00 vMB 7
542,076 542,076 0000000000000000000301efd5c36dd57c118bfe99bfb4edd7739ae9a020347e 3,082 1.00/1.00 vMB 5
542,075 542,075 0000000000000000001f1e7c939761a2ae0bccd0f9559d581c717a17a62a929a 2,706 1.00/1.00 vMB 29
542,074 542,074 0000000000000000000f6745559b8a3bc9437f5f455344537eed22379c1f38e6 2,543 1.00/1.00 vMB 16
542,073 542,073 00000000000000000013dd9de829b516e3e9cd23162137324be89391e45cb118 2,310 1.00/1.00 vMB 36
542,072 542,072 0000000000000000001573bb4bda3b94bf30c78a216befda7dc14183a23bb1f9 1,782 0.71/1.00 vMB 12
542,071 542,071 0000000000000000001215a0a503f9659125c2c2f3de21f412e03ca807ec8dda 1,587 0.58/1.00 vMB 14
542,070 542,070 00000000000000000003d3a4e4a7474b40608d96ba8c55a4fd8c5bd367e43d7e 1,474 0.69/1.00 vMB 14
542,069 542,069 000000000000000000027df62918a8b7cad5f917f2754007d1ea7db487a79ab8 927 0.33/1.00 vMB 14
542,068 542,068 00000000000000000025e8622d8521816bb0031356eb0612f19ff36647253640 1,275 0.53/1.00 vMB 18
542,067 542,067 000000000000000000067f0dbcdaaa1b94b7c44656f85c47b7e4606239e4d697 1,788 1.00/1.00 vMB 4
542,066 542,066 0000000000000000000b2447a85a0b8be9b6aae11d94ea3af676c62d1b2e20ba 1,891 1.00/1.00 vMB 10
542,065 542,065 00000000000000000014c52b2ed61aeae4145538c67fdb23fe52818e3ab2b3a1 2,565 1.00/1.00 vMB 4
542,064 542,064 0000000000000000002363929d46960ef8eca5cc8b77aee68bc2b5092da1b314 2,774 1.00/1.00 vMB 12
542,063 542,063 0000000000000000001df9303984bae0809cf8baa70fa1d37c25029ea95b4455 1,410 0.58/1.00 vMB 45
542,062 542,062 000000000000000000189644b7e640f88a0966b5b795510066e5b66139c539f4 2,698 1.00/1.00 vMB 22
542,061 542,061 00000000000000000009e61c1e324d01c24f2adc80985aa500ecec5db963d87a 1,184 0.53/1.00 vMB 15
542,060 542,060 00000000000000000006f6ef89b665bc71872f2e7324c802b17d53dc7aa53024 630 0.21/1.00 vMB 13
542,059 542,059 00000000000000000025a82c7b482103c9417134c5d092c6462e88942b4e264f 495 0.16/1.00 vMB 14
542,058 542,058 0000000000000000000fae25ef43eddd95e952ace3692b3605028906fa063aba 1,270 0.56/1.00 vMB 24
542,057 542,057 00000000000000000015a02e00fb0447a1091c9678e44f178985f7f69f9616fe 960 0.34/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 719.44 GB
    • Received: 18.06 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.