Loading Tool

Explorer IconExplorer

Memory Pool

24,131 transactions
33.63 vMB
0.04128862 BTC
Random Selection Loading Transactions
Max Size: 174.83/200 MB

Candidate Block

Mining Attempt 888d51e3768b71b87ad4b447f512a18cba110f18a85415c8189c85184761fa64
Version 20000000
Previous Block 0000000000000000000058a3da06e377281b148505d3b85c5bc5ff12704e15f3
Merkle Root c6453319064807002ebb5b622ac1906fe3abeddb714a4a1ab3d8eeb3b61aa6f0
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,056
Size: 1.00 vMB
Total Fees: 0.00268999 BTC
Feerates: 23.08 > 0.27 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,181 (800,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,535 139,535 000000000000011e19f2e74df7ef017d09b1e5e30ded8f28823838496e5c6c6f 22 0.01/1.00 vMB 54
139,534 139,534 00000000000001819efd32c34d90f32d9a791b56474d0674be76013e475831f8 45 0.01/1.00 vMB 121
139,533 139,533 0000000000000400666cddc1a4dd9f5929685a059e88ca0f7dfcbba9a88dd1dc 52 0.03/1.00 vMB 321
139,532 139,532 00000000000006b37c3c35e7eeffd4fb5cb70b69b94bdd9819b68380faf01ea7 28 0.01/1.00 vMB 301
139,531 139,531 00000000000002931235ae10c8a0c0b688df28e3b837194ad458457392344a40 31 0.01/1.00 vMB 435
139,530 139,530 0000000000000694b0530154e50008e0a0e0fa5cb022717c3a32fa5b8a20940a 39 0.03/1.00 vMB 619
139,529 139,529 0000000000000210db8a0b5a1271d4d13daccce9b16797ca81d9446bae9ce9cd 36 0.01/1.00 vMB 60
139,528 139,528 00000000000005fbe6d8336f19b44a7725e1ca9b17557ea4d6ddeb5e99205ea4 33 0.02/1.00 vMB 253
139,527 139,527 0000000000000417fbe0243675331565339b7a7ef79f677dd947762ffe7428b9 42 0.01/1.00 vMB 41
139,526 139,526 000000000000027c76fad5b8c744ab2018a4d8beb3730d73947b65c4584929d7 59 0.03/1.00 vMB 81
139,525 139,525 000000000000034dd8e6e8f0c3f3b4ecdee9332e3055583cbe6313ef1e27f0ad 12 0.01/1.00 vMB 326
139,524 139,524 00000000000001868fd6715358ec6e612d2a60fe871774210e319268e0b863b0 46 0.02/1.00 vMB 34
139,523 139,523 000000000000002900f99e94dc4cd96a770ceb6dae06942ff04b9d30e422b8d1 15 0.01/1.00 vMB 143
139,522 139,522 00000000000007ce4ac7d9e5c124241f798596de1af39290fbcbb710b6d96edb 41 0.01/1.00 vMB 137
139,521 139,521 000000000000004e45c1f18cc62768a367a34888ecf1c239202a68bd24807392 12 0.00/1.00 vMB 0
139,520 139,520 00000000000007e611bcd78f32be0c315efcd8a51d68c6739b3a74d16a329d23 68 0.04/1.00 vMB 92
139,519 139,519 0000000000000818724915fe22a0a1dd69f29f9714c1ad1d264d327110864120 35 0.01/1.00 vMB 83
139,518 139,518 0000000000000866af10a664880cbada9dd96309436c93c966a40a3fd8e5fbcf 12 0.00/1.00 vMB 356
139,517 139,517 000000000000056d215e8a0b24cba93662760bc70d9a7a07dbccc01a76415534 29 0.02/1.00 vMB 118
139,516 139,516 000000000000039834154c6a7f93a485a82b861478474eafedc78b502a6e6bb8 76 0.03/1.00 vMB 240
139,515 139,515 00000000000003285ac9b982cdbb2b4f3011bbd05a6dbb5c0b2c248cb3870f4f 10 0.01/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 827.05 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: 4,440.71 GB
    • Received: 240.96 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.