Loading Tool

Explorer IconExplorer

Memory Pool

30,644 transactions
10.38 vMB
0.13219879 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.13/200 MB

Candidate Block

Mining Attempt 03823c4d3dffb93c6e8627af4ee7d9222593f6c3ff492ac6f56f5ec71ba15907
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root f70334fa0399bd9f0a63f385e60a2a4cdff366a64f5362ace472f7fdcc43e251
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,486
Size: 1.00 vMB
Total Fees: 0.04343229 BTC
Median Feerate: 3.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (767,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,712 145,712 00000000000008830cbf52d3a4abfa667a2256649612e4fe5331885683673e7b 19 0.01 vMB 0
145,711 145,711 00000000000005403b738a7591fdb6d3b3ffa661b4fd839ed17c12ee11951e6e 4 0.00 vMB 193
145,710 145,710 000000000000006b141a101b16a3c06f2d358cd420964c8e5e1082b4b6621af9 140 0.04 vMB 7
145,709 145,709 000000000000089cc0f59d54a517f48ec866064742de18b65e6816648963b1b7 58 0.03 vMB 57
145,708 145,708 000000000000037312e0be93573a8f2d5c01a09b7712cf975216925f68f08190 34 0.01 vMB 68
145,707 145,707 00000000000004aac954a8541c03cdae93bd6adb0a58035f8caa7b0ee4bb5134 86 0.04 vMB 316
145,706 145,706 0000000000000576102197506b3b6d446e8ca6877494df01f7fdc7882e0decc1 98 0.04 vMB 3,313
145,705 145,705 000000000000059f48f7fe7e2a9a433d68d8c2315f5ec8f97a4da0559d438759 1 0.00 vMB 0
145,704 145,704 0000000000000436529b46046aa57059c076b4db51059138f33a08d3b9895318 15 0.01 vMB 46
145,703 145,703 00000000000000e29ca350c4dee540d15f04549e231efc4a86c44ca6a0b527f4 21 0.01 vMB 8
145,702 145,702 00000000000004d1e5325215e8e36ca3f231e0d58cecfd6b39a8fe8726ad7a3d 6 0.00 vMB 154
145,701 145,701 00000000000006f0b37f269249b306eed08ade4d7dddf80fafa464a83f232217 8 0.00 vMB 113
145,700 145,700 0000000000000410e3655f644590e1115b39c70f8190104354fc84d17bcfa026 43 0.03 vMB 64
145,699 145,699 00000000000008526260db492e8f6d0370dab032657196ea31800387b81326ff 2 0.00 vMB 0
145,698 145,698 00000000000001a77c701779daad652219d4f37a6c7d9efac1832189ab0507c9 18 0.00 vMB 223
145,697 145,697 00000000000001e869e384e95074457f4c228e757efabf21d4674d404e8a8b6e 34 0.03 vMB 63
145,696 145,696 00000000000008d33311904717c9dd9211478d2d4b38d64c823f88341c68ec35 38 0.01 vMB 124
145,695 145,695 0000000000000611321844420e2d20ddea5480f22c2ba3c121a0430315c0bc34 108 0.05 vMB 108
145,694 145,694 0000000000000231e7d1017392043fb7f654833f99fd21887485fae718cb5db6 57 0.02 vMB 110
145,693 145,693 0000000000000182c362881ffa83a08b1e00bda76df05053bb5c6c1f26fd220d 28 0.01 vMB 306
145,692 145,692 000000000000096858406aadce13e90460146a3b75df530a209e9f71e076b813 11 0.00 vMB 459
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 68
    • Outgoing: 11
  • Data Transfer:
    • Sent: 24.35 GB
    • Received: 0.48 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.