Loading Tool

Explorer IconExplorer

Memory Pool

38,762 transactions
26.54 vMB
0.06398346 BTC
Random Selection Loading Transactions
Max Size: 136.89/200 MB

Candidate Block

Mining Attempt d2131af0c43b80ed8cc29a48d956218136dec0867055c896a2697bd6416ac9d4
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root faecf4300f6e83508acac553a7e6b295a1c6039eb2f37c4d7a08e822800a76e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,249
Size: 1.00 vMB
Total Fees: 0.01420883 BTC
Feerates: 201.06 > 1.42 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (521,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,229 393,229 000000000000000009552ee759b6d72f30cd2b68dca648b2da2d636ab79f9db6 1,314 0.93/1.00 vMB 21
393,228 393,228 000000000000000003e7ad34678d77689b6cd35169afb2bbf3a2c211d9e9af8d 1,901 1.00/1.00 vMB 34
393,227 393,227 000000000000000004da1b5a9c9c37a8fc949ee79c35e9a1fa2bab3823a23024 2,002 0.79/1.00 vMB 40
393,226 393,226 000000000000000002f392cae5b61699e0ce3a28db026b7c66dcf5dee43bbe30 1 0.00/1.00 vMB 0
393,225 393,225 0000000000000000055a04aa2bbcf88b7ec16e354b17b6ceef925303ee6f1768 1,622 0.72/1.00 vMB 36
393,224 393,224 00000000000000000543ffb19fd0c148118ffcca88ef67a05799a7f3d7a58d94 983 0.75/1.00 vMB 19
393,223 393,223 00000000000000000605c67c293b760ee8458071aa2e5cf8608348245e318f11 2,737 1.00/1.00 vMB 46
393,222 393,222 000000000000000000403217cb850ac2d0aab7778d72ad8c38ae57594fb20456 2,413 0.93/1.00 vMB 41
393,221 393,221 000000000000000003ae1fba5c7dc8efaacda587f0cede553125cc0c8a496bec 1,957 0.95/1.00 vMB 26
393,220 393,220 000000000000000007863805dfd37e9e1ee42266f16905f6681ade6d60fd9eb4 2,833 0.93/1.00 vMB 66
393,219 393,219 000000000000000003bd8e0dbf27af31509290b3bde67c24e5684f1e99ea792e 823 0.93/1.00 vMB 22
393,218 393,218 000000000000000000c1c96be69c22308e0842e1aeb9d1f8b2f1b2a24831e4ac 1,341 0.92/1.00 vMB 23
393,217 393,217 00000000000000000602cd3608afeccaf8d60594397fb2300ac0cbacebaa3791 389 0.33/1.00 vMB 18
393,216 393,216 00000000000000000390df7d2bdc06b9fcb260b39e3fb15b4bc9f62572553924 2,082 0.75/1.00 vMB 48
393,215 393,215 0000000000000000028f39f4db501c16f8d6fac69c3078be866f9a144977f387 1,364 0.95/1.00 vMB 22
393,214 393,214 0000000000000000083a8cbad5e280b890f693991301684db1f24b533fcb9a16 1,424 0.75/1.00 vMB 26
393,213 393,213 000000000000000004b86875b3f41236a7ffc70f726bf1364d1ed638193e0ca1 2,995 0.93/1.00 vMB 63
393,212 393,212 0000000000000000078574b20795e47817c287ecb302024514515f4f674c2e54 1,300 1.00/1.00 vMB 25
393,211 393,211 000000000000000008e4ddcb6ad5246a161ca70f8c1e9b8a782f8df6b7887564 833 0.93/1.00 vMB 18
393,210 393,210 000000000000000008b75a8b8e1b6387ce6f4c734ad32f93af3d632b1141c77f 1,555 0.75/1.00 vMB 30
393,209 393,209 000000000000000007d91707493f8a709208131a463763f5eac48a2bc32610c8 1,807 0.99/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.