Loading Tool

Explorer IconExplorer

Memory Pool

48,655 transactions
28.25 vMB
0.08033228 BTC
Random Selection Loading Transactions
Max Size: 150.77/200 MB

Candidate Block

Mining Attempt 307d6b3717d5bdb96181b52d80cdae54f01f392990fce7deb5789709ddf11eb5
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 4a5e3ce7f3a4c87f6f673954dd20ba945333b05ca519340556b9e423fb8861a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.02650585 BTC
Feerates: 500.45 > 2.66 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (908,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,532 6,532 00000000791c28f549fcdbacd3b4abeff8ea70825c0fc155badb8897f62a2051 1 0.00/1.00 vMB 0
6,531 6,531 0000000041d7905b4d2c6a48716ce577653b5a136b0a4abce3c2cb9c014908a1 1 0.00/1.00 vMB 0
6,530 6,530 000000007beda6164350c380e9a08950137741525ada674ff7b1ab143eb5b883 1 0.00/1.00 vMB 0
6,529 6,529 00000000b21433731a9342c3108c62ccc48ab4637aa581a4ef4a2f989cdfd969 1 0.00/1.00 vMB 0
6,528 6,528 00000000d57f67594ab43b983a67c59ac1fb3d877640594fb255e53b86ad0de3 1 0.00/1.00 vMB 0
6,527 6,527 0000000034896f11d935a066e923a205c2a1e823cfb74de2f7cb41b56306a370 1 0.00/1.00 vMB 0
6,526 6,526 0000000086bd153fce9a51a436f4d2aedbe44f909e2b7dc28e25859d64344a76 1 0.00/1.00 vMB 0
6,525 6,525 000000005a4ed82552bf00045a7b80f73e9c0967dff8db3eb2d3c119e11adfd1 1 0.00/1.00 vMB 0
6,524 6,524 000000003488ac8d4788877b56beecf92915f25b7a788c1a7feb84e73cf67613 1 0.00/1.00 vMB 0
6,523 6,523 00000000c97af4753e18ca6e0d330227bd30aea82c010baa81b9cf1cfba54146 1 0.00/1.00 vMB 0
6,522 6,522 00000000c9d9669c2ae1ee135ed19ff72371fb5d783adfe2f6c1ca73f786700d 1 0.00/1.00 vMB 0
6,521 6,521 000000002175cd3fff9b3584773254d1ece5d01a6b651bc48f193eb2a79acac4 1 0.00/1.00 vMB 0
6,520 6,520 000000005c6249dd02d3e46c71bf449e50b6ba16d0e241d7da1c7df3eb422901 1 0.00/1.00 vMB 0
6,519 6,519 000000002dad07ba20fc8a110e570f4adfb105c1dd1f660ded4fa4b88838bdd8 1 0.00/1.00 vMB 0
6,518 6,518 0000000070e817b3a18fc341b538032ae23b0e063c4f15f460ec639d19e4d235 1 0.00/1.00 vMB 0
6,517 6,517 000000002af40424edd2b40c8028e6c16520e221d916486747529fc27b649dad 1 0.00/1.00 vMB 0
6,516 6,516 00000000695ca86e48e2d28aeaadbec48161e51aed54af18073e3bbcbe295265 1 0.00/1.00 vMB 0
6,515 6,515 00000000b00e30759b2921f01ede8c77783d3724d993116f5b7cf731d5c51350 1 0.00/1.00 vMB 0
6,514 6,514 000000004c32116cf9c711a9f3668efc9a486bf656771b97eb6b3c3390dabaa1 1 0.00/1.00 vMB 0
6,513 6,513 0000000028f36f4bf7c436d910645af2ab889ce59e00047917dcd0ff12c895d0 1 0.00/1.00 vMB 0
6,512 6,512 000000006c17d8ff3e602f1544339b37490d1d658468cf99216436af13eea908 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.