Loading Tool

Explorer IconExplorer

Memory Pool

31,254 transactions
24.85 vMB
0.04745148 BTC
Random Selection Loading Transactions
Max Size: 124.51/200 MB

Candidate Block

Mining Attempt d67ffb09111083d3cf16257d9dcec07c159d786491f71d155bcdaf3cf077d5cc
Version 20000000
Previous Block 00000000000000000000fcced78716f3937ddf6728d5c4389f66f810a621bd37
Merkle Root 8a4cf529a7b99420645cfd996127d60dfadb2eb7e56e2dc680106c50f8c009b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,685
Size: 1.00 vMB
Total Fees: 0.00302724 BTC
Feerates: 4.00 > 0.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,685 (99,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,936 814,936 0000000000000000000373994e26a9d84e54f81609b9e7c21989703a8ee9ef86 2,179 1.00/1.00 vMB 7
814,935 814,935 000000000000000000025a4d1051ed2697840f9163a7fd4805238c5ef6a07e41 3,051 1.00/1.00 vMB 17
814,934 814,934 000000000000000000027e565d7b91664c96747aaa607abbf1944191920eb7e7 3,599 1.00/1.00 vMB 4
814,933 814,933 0000000000000000000479a5048e0fcbab51a2e8e2e1ddc3927721f61657f3a4 2,172 1.00/1.00 vMB 12
814,932 814,932 0000000000000000000305b55ace05d896242e32e04a1fba2e8b8ebda0d3060e 2,015 1.00/1.00 vMB 5
814,931 814,931 00000000000000000002647f4cb9e5643ff71112a8727ea7bc9dba086f3f86bf 2,470 1.00/1.00 vMB 18
814,930 814,930 00000000000000000001705e7e682375eb5d04db3d58e859b75a0f3f7ed7858a 2,930 1.00/1.00 vMB 20
814,929 814,929 0000000000000000000133e6440bde372bcedb09c9b6c37e92e8074d5fbe5376 2,165 1.00/1.00 vMB 9
814,928 814,928 000000000000000000020ea01fe24f3bbd526cb618c6968e0f76d3a9adaa1afd 2,111 1.00/1.00 vMB 12
814,927 814,927 000000000000000000014425444a6170582aa5d905b150bf05b5b0c43d0812ff 1,612 1.00/1.00 vMB 13
814,926 814,926 000000000000000000009fe4cad43ba69d01d6273e37ae8836213571e7c52038 769 1.00/1.00 vMB 10
814,925 814,925 00000000000000000000303069397c3a110307b814a15326cba0a24b165c42e1 2,866 1.00/1.00 vMB 16
814,924 814,924 00000000000000000004641f85209408d0002b262106880323e10c8e1873acd5 3,159 1.00/1.00 vMB 24
814,923 814,923 000000000000000000002257e5b428a5979c4a43a1638bb8762c331959e1af9c 3,155 1.00/1.00 vMB 26
814,922 814,922 0000000000000000000221ce7e43028c690783a79d19c16f16482a3dad2f741b 5,290 1.00/1.00 vMB 5
814,921 814,921 00000000000000000000ba3ee84618040f0c05f72ae52ac343691863ab7b1eb0 2,376 1.00/1.00 vMB 13
814,920 814,920 00000000000000000003121c1b2eac6026bb4454f505597ae62672b50ba2b24c 899 1.00/1.00 vMB 6
814,919 814,919 00000000000000000002ca975c3e1b3e7d5275a77ac9c577bdadfcf5e281026c 3,985 1.00/1.00 vMB 7
814,918 814,918 000000000000000000045887f89dcb43745a98123b8d60482b8c9ccd73eb9186 1,516 1.00/1.00 vMB 7
814,917 814,917 00000000000000000003b5912cea1b88f25a21495eb7b238ce0a24ecbd63a4c0 1,178 1.00/1.00 vMB 9
814,916 814,916 00000000000000000001b74f4b02ed6afca7ae080ee1fb75e212f4736c9d6f96 2,948 1.00/1.00 vMB 13
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: 637.06 GB
    • Received: 12.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.