Loading Tool

Explorer IconExplorer

Memory Pool

23,157 transactions
25.98 vMB
0.03068782 BTC
Random Selection Loading Transactions
Max Size: 138.90/200 MB

Candidate Block

Mining Attempt cabb663c8d86a0d3bcd08b3b783d4530eccfaa2e5e4a28f62f7279f15284b2a5
Version 20000000
Previous Block 000000000000000000001c90927b1800669f05a52bd9bc2ce50bc7fe40189b53
Merkle Root 8fae4a4bbf17e575303e37ecc176b23b02f58286c0b4cf5a49094791454dc2b8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,899
Size: 1.00 vMB
Total Fees: 0.00179877 BTC
Feerates: 5.19 > 0.18 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,852 (14,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
926,143 926,143 00000000000000000000046aa390de8ba9dd6c6d80116ad15cef09797358c0e2 2,919 1.00/1.00 vMB 3
926,142 926,142 00000000000000000001a8eea4d178d59ea9469550625b88e049d681fe78dda3 2,460 1.00/1.00 vMB 1
926,141 926,141 00000000000000000000d1aa033a98d41ab0db137caa5997844a2e13f43f06ab 3,484 1.00/1.00 vMB 3
926,140 926,140 0000000000000000000135d02a765172b0810184571db2076dd9e1ee0ca74f52 2,528 1.00/1.00 vMB 5
926,139 926,139 00000000000000000001420ed1d9cf41e8f32b0c4d4b73c8b10bbcdd753283bf 2,206 1.00/1.00 vMB 8
926,138 926,138 0000000000000000000172a1957fc21967d235ca8b2f38162ee4a1e4bb770148 3,805 1.00/1.00 vMB 6
926,137 926,137 0000000000000000000099d986f5408d1c196d0c8327af821cbd14bdcfe0bed4 4,583 1.00/1.00 vMB 6
926,136 926,136 00000000000000000000e6cf9ca5f99a657671dc47041ec2ae84987421c8721e 3,862 1.00/1.00 vMB 14
926,135 926,135 00000000000000000000950701cac8fe3358131f896e094e5b273b61559225f3 2,990 1.00/1.00 vMB 6
926,134 926,134 0000000000000000000117b9742c6309471b2b9194e3aa80b2b3070c63830438 4,062 1.00/1.00 vMB 3
926,133 926,133 0000000000000000000184907219b606c9b9c03f4460dc10b71578b6540c17f6 4,768 1.00/1.00 vMB 2
926,132 926,132 00000000000000000000d2b8236de332597cb248f98554f57a5c6f77f2edb448 4,686 1.00/1.00 vMB 2
926,131 926,131 000000000000000000001c3140cc2c055eb7598ca26b9463b002b8c7b6a184c9 4,064 1.00/1.00 vMB 0
926,130 926,130 00000000000000000001a6d9818a6da93b85fcdfb12b11ba3fecc7ed17faad50 3,724 1.00/1.00 vMB 3
926,129 926,129 000000000000000000018ce4319d4e618f766a43dc5fe6a73f0d5e01d2645c18 5,529 1.00/1.00 vMB 1
926,128 926,128 0000000000000000000050b4969245d64e2d329869f9a8e400863013414c60aa 2,722 0.74/1.00 vMB 5
926,127 926,127 000000000000000000009f67efa51cd898fd112d6c399d5decbf520837788be4 4,812 1.00/1.00 vMB 3
926,126 926,126 0000000000000000000007463d818ac7c763e5c2d2275edba90f108d2cd7afbb 4,248 1.00/1.00 vMB 3
926,125 926,125 0000000000000000000017ecf5c6d5661bde7992ce9252a2a847b71496d5e40a 2,027 1.00/1.00 vMB 1
926,124 926,124 00000000000000000001d460aea4f91c889cf537bfb4c6819d6f1c0d2303c8da 2,455 0.69/1.00 vMB 5
926,123 926,123 000000000000000000018e40b89b619a28858686f744e4d37498e62c4b252c1d 3,574 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 828.27 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,568.22 GB
    • Received: 246.55 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.