Loading Tool

Explorer IconExplorer

Memory Pool

32,788 transactions
17.01 vMB
0.02684684 BTC
Random Selection Loading Transactions
Max Size: 103.89/200 MB

Candidate Block

Mining Attempt 81d128d3ce18c81b3b9e293a72e7b150fc49086649f73dd933fdd0f6dd0eb313
Version 20000000
Previous Block 00000000000000000000d184a9124b1dbe576e6aa7a58dc38441f90078404b59
Merkle Root 40e12ec477ebb8e0db6f2fa5c14f52c07edcb07d0f9544c7c06928ea08ba02f0
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,733
Size: 1.00 vMB
Total Fees: 0.00906362 BTC
Feerates: 100.68 > 0.91 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,995 (115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,880 938,880 00000000000000000000f08c62116ec9a546c36e5843415677d0139b76dec9dd 4,354 1.00/1.00 vMB 0
938,879 938,879 00000000000000000001e90d33a7c7ba0a4bb2ecccb0c8b41f5dfafe37a63d46 3,610 1.00/1.00 vMB 1
938,878 938,878 00000000000000000001298ecd2ef0686bb2b0f58155267f1425491f1a77c8d5 3,979 1.00/1.00 vMB 4
938,877 938,877 000000000000000000012599c7cf5e2b256cb41cb97b943f31de18fbc9f2017d 3,434 1.00/1.00 vMB 2
938,876 938,876 000000000000000000003e393c7dc8c358d8155f692490a81338cc8faf81e86b 3,586 1.00/1.00 vMB 2
938,875 938,875 000000000000000000013dae8b70859628368a53ba73c4c4db3e50f78fdb7800 3,489 1.00/1.00 vMB 0
938,874 938,874 00000000000000000000a8c242d8861299b323612117947fe812ac788dc5a8f0 2,970 1.00/1.00 vMB 1
938,873 938,873 00000000000000000000cfc76a4ff0fc57b4cb51e8ca6442253703e764c19be0 2,559 1.00/1.00 vMB 2
938,872 938,872 000000000000000000007e3c8b8a3170500ca776beb8154a081e0f910c6424bf 4,627 1.00/1.00 vMB 0
938,871 938,871 0000000000000000000008cb0fa84fcdb2d4e547b1d2184de00e9bea8a0ab89c 3,655 1.00/1.00 vMB 0
938,870 938,870 00000000000000000001bbf2ddd073e630b9330f969265cc2c04bb6e8b8350c5 3,351 1.00/1.00 vMB 1
938,869 938,869 00000000000000000000bf9861a2695a2d2d2fc1dd44e283aa1d21d53563347a 4,079 1.00/1.00 vMB 0
938,868 938,868 000000000000000000006eb2f7b2133c303d55b1d18a2fd4e8e4671c16b6ffb5 1,811 0.47/1.00 vMB 2
938,867 938,867 000000000000000000008f736d19a834f0801baf7f85dff96c38fcd22e53476e 1,914 0.57/1.00 vMB 2
938,866 938,866 00000000000000000001bf98deda55eab2e0dc855257e2734b39f7b1833bebda 1,288 1.00/1.00 vMB 0
938,865 938,865 000000000000000000010f7856eb3d0e3bd5e7297a34d14a46a989df56854ac5 2,054 1.00/1.00 vMB 0
938,864 938,864 000000000000000000018d1520dddf40607b513a7a5ba74d6227a937bf119f44 3,693 1.00/1.00 vMB 1
938,863 938,863 00000000000000000001279eebde14c0bfdeeb9439fc3cdb26c29583d071ae7a 503 0.15/1.00 vMB 2
938,862 938,862 000000000000000000008999c6267f41bb9732519594f95cb09101a0dfb57420 2,899 1.00/1.00 vMB 0
938,861 938,861 000000000000000000009cfa9d6d5d0168e0404c9be4d140093d8935a9703fe7 2,716 0.87/1.00 vMB 2
938,860 938,860 0000000000000000000040d01047cd891d9c6e4ce2060ef11b61f9feed00eddc 5,093 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 824.88 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,212.15 GB
    • Received: 231.03 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.