Loading Tool

Explorer IconExplorer

Memory Pool

42,372 transactions
26.63 vMB
0.07545791 BTC
Random Selection Loading Transactions
Max Size: 138.66/200 MB

Candidate Block

Mining Attempt cc86347bd1e0aff340aa86ae8c22407589f50e59590538ec1b5c63ab697b19cc
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root b2efb86e983ee18fe783de1b14ffaa07330ce5df01d93a3c914615203921649c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.02629101 BTC
Feerates: 99.53 > 2.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (854,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,006 60,006 000000000598e1fa7f53992d5c915d922d4b4ed6ca55fceadb15801c8ad10251 1 0.00/1.00 vMB 0
60,005 60,005 00000000061ff69f40d7633b9c8c40989d921df3400a0921f720dd42a0d42cb9 1 0.00/1.00 vMB 0
60,004 60,004 000000000a9f12194d90586e33b8363f73cc4ee5032a7695ebc1ae6836d962a1 1 0.00/1.00 vMB 0
60,003 60,003 000000000ec67b351aaaa65afe390142ce0e8a12ff599d1b61155d3f9f361183 1 0.00/1.00 vMB 0
60,002 60,002 00000000036ce730aa1c0f3be4efe6f3701c5ee5ed29f4aa8edd4bf485f6c3d8 2 0.00/1.00 vMB 0
60,001 60,001 000000000ea6be82e57bd76b1dfaccd5de0ef63d9a0980310a5148bc4bdb6753 1 0.00/1.00 vMB 0
60,000 60,000 000000000b554c46f8eb7264d7d5e334382c6fc3098dabf734de37962ccd7495 1 0.00/1.00 vMB 0
59,999 59,999 0000000002822d3a6a4dad33bee68b3f8867a1e214a20375d7932b47cdc29dfe 1 0.00/1.00 vMB 0
59,998 59,998 0000000008b07c60cc3089e64d76ac6e762ccef6f54bf86376f697201812aea7 1 0.00/1.00 vMB 0
59,997 59,997 00000000097cb71ca5b08117490976076c26ea95308f19846efd2a2944bf199e 1 0.00/1.00 vMB 0
59,996 59,996 00000000017fa58a60e31d82f906e43a55b54f2ae775138a7e93a112c5e21044 1 0.00/1.00 vMB 0
59,995 59,995 0000000006858781910607dfcedb9e1c0aeaeafb311e31f39ee1bd1e8745c531 1 0.00/1.00 vMB 0
59,994 59,994 000000000c9638008dc55469a04bb748468fbffa41f0d93ce7049426c17d7eb5 1 0.00/1.00 vMB 0
59,993 59,993 00000000013380fc9f31063c72393faf83a4ea9fa2aaae9747b9ae0bd52fa281 1 0.00/1.00 vMB 0
59,992 59,992 000000000661dc0a87e53a9775336060156c53532e0d1b89b1b2ba56af4e37ab 1 0.00/1.00 vMB 0
59,991 59,991 00000000045cc65532ea2b3d67c70d0febb221f3d6f126718de9adba99f9952a 2 0.00/1.00 vMB 0
59,990 59,990 000000000b3642e634eedf283d75a3757e785ab35cf55507dad4266d65288a41 1 0.00/1.00 vMB 0
59,989 59,989 000000000a16f56ee574f784bc5c716a8121e1f2d4788c6836cea32b2e344689 1 0.00/1.00 vMB 0
59,988 59,988 000000000e4f55cf3d8fbba9bfc72c9ca915d7158dcd41b6b5ad1e2c46243f0e 1 0.00/1.00 vMB 0
59,987 59,987 0000000002c5afb26222da1a39f8f69a61b12dcc27bdaa6a6fd59917e4dac14e 2 0.00/1.00 vMB 0
59,986 59,986 000000000e0eb7ee726fea6550eef43a8b6d6773c65f4823d289b633309042d2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.90 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.