Loading Tool

Explorer IconExplorer

Memory Pool

76,338 transactions
28.46 vMB
0.06712384 BTC
Random Selection Loading Transactions
Max Size: 172.49/200 MB

Candidate Block

Mining Attempt b1242ca7fca02a850025bc1a19c01ad9a3dd1a4ce4a49beb3d4fb73df97b1ae1
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 75dd74ea01c65c3f8f948ddb20e67abafffebaec703efdc2a0296ee235829400
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,361
Size: 1.00 vMB
Total Fees: 0.00812776 BTC
Feerates: 78.13 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (456,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,958 458,958 000000000000000001d82ac5eb188cdc1d556b4fd9e5fd71f4e52a831812d023 1,181 0.83/1.00 vMB 62
458,957 458,957 0000000000000000018d596a9a5064bb4a49cb69bae13ee1678fa77aab45ea6c 482 0.47/1.00 vMB 47
458,956 458,956 000000000000000001060e62bad80c69b2c27edc746b50395890f60a6bd26b17 1,454 1.00/1.00 vMB 56
458,955 458,955 0000000000000000005a14d52db9b38b76cb81de1812aed382de6173f3c74785 1,994 1.00/1.00 vMB 157
458,954 458,954 00000000000000000036fd80c937a7d73a35fad6cc6897f2a2a51f3ff3a7b1e1 1,822 1.00/1.00 vMB 102
458,953 458,953 00000000000000000127fbdd38a4007c62a41b0ee31d09f495c75093c41332dc 2,149 1.00/1.00 vMB 122
458,952 458,952 0000000000000000019cf51a9268117406a271adc6247512f485e29ff64034f7 2,470 1.00/1.00 vMB 186
458,951 458,951 0000000000000000024d1a9abce4b76efc3fa13ac351d843f5d66713e67bca5b 2,359 1.00/1.00 vMB 178
458,950 458,950 0000000000000000002922c13e78daaeaf68aa7587841105345209c793890982 1,074 1.00/1.00 vMB 175
458,949 458,949 00000000000000000174dad32220e99d379537705528113c45de7f6df32bc534 2,167 1.00/1.00 vMB 147
458,948 458,948 00000000000000000088ef1d680c074db8ba9f3895db62bb0b8f0fb38ae7d047 2,519 1.00/1.00 vMB 137
458,947 458,947 0000000000000000014d07fcd52c278f2d789fa31a5549ed7fdf99b042aae2b9 2,138 1.00/1.00 vMB 160
458,946 458,946 00000000000000000092714b249a2d7aec61002e6018bbd9bfbd3e9b69d8c852 2,123 1.00/1.00 vMB 110
458,945 458,945 0000000000000000016615540317845c4d7e27dcd35a366cf07b61f8bf00caf2 2,165 1.00/1.00 vMB 151
458,944 458,944 000000000000000000c34eb0c4efe44ed507ddb21973ae6870d350b3528ce2e7 2,400 1.00/1.00 vMB 172
458,943 458,943 00000000000000000070f94e1c270c3bb01d2196a10aa43bdbad9156854047fe 2,284 1.00/1.00 vMB 165
458,942 458,942 00000000000000000217b6ca2e71087d624dc11e6222fb2baa91d123810ba004 2,412 1.00/1.00 vMB 194
458,941 458,941 000000000000000001eebb8f31cd1d488dc2df606fec95fd936ff40f721e7705 2,304 1.00/1.00 vMB 187
458,940 458,940 000000000000000001cc86d74567adca7092662382183b8b7c15ec36333ece67 2,223 1.00/1.00 vMB 187
458,939 458,939 000000000000000001e2f2c4c0b77e6d854188f32ba1698972aeb855f3a524af 1,170 1.00/1.00 vMB 74
458,938 458,938 000000000000000000df89ede997263c4ada96d3806a0859f673e567d3d00b5e 2,405 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.