Loading Tool

Explorer IconExplorer

Memory Pool

88,801 transactions
23.89 vMB
0.07709198 BTC
Random Selection Loading Transactions
Max Size: 160.15/200 MB

Candidate Block

Mining Attempt 0a982aa7a09e13c6956e22710a9b48072a34af2a87bb9049bde3a9993f079f4a
Version 20000000
Previous Block 0000000000000000000151886994f95701f063a743534c38e24773ea088b4673
Merkle Root 8a7ed11a0dc5e70308797e10790f4d7a4230e28547e42f68d3d74a9996da2922
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,994
Size: 1.00 vMB
Total Fees: 0.02291769 BTC
Feerates: 265.25 > 2.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,847 (860,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,470 55,470 000000000055cfe8cf98563651ce2c55a63b5a4bdacd79009ad9ee553816ebe3 1 0.00/1.00 vMB 0
55,469 55,469 000000000b25990a0f3b68bd3539518571b1db88b03fc3474ad9cde509065836 1 0.00/1.00 vMB 0
55,468 55,468 000000000545714f4acc2e0028d8833762d1126ab1a094f0edb5d4fae2263335 1 0.00/1.00 vMB 0
55,467 55,467 000000000addc8ab71e55480cd081bad4cfb505acaba8f3489eb657db225a0f3 1 0.00/1.00 vMB 0
55,466 55,466 00000000062fb37c76da87ae454339f3741107abc8e9ceba7e69c9905f809cd9 1 0.00/1.00 vMB 0
55,465 55,465 0000000000583096e5fa298054723dd0f46327e62da321fe72abddd39c1b6811 1 0.00/1.00 vMB 0
55,464 55,464 00000000053a586812c355df96617daf3e7fb829f77cbede80203a60be78c414 1 0.00/1.00 vMB 0
55,463 55,463 0000000009019c87d0c4d36b9005c77f2efa5a521e3c77ebe1bf984b5f5166d7 1 0.00/1.00 vMB 0
55,462 55,462 000000000bb4e9b65d3db59fd35606987b9d8834a94d29d3c374fa5a30968ae1 1 0.00/1.00 vMB 0
55,461 55,461 000000001008be43419b0bdee0d467da3d5a29e69e881e3a79d85f277602f570 1 0.00/1.00 vMB 0
55,460 55,460 00000000011200cb1744adf1f18cd08c740ecb98e0b8444771f8b7cf473a49a3 1 0.00/1.00 vMB 0
55,459 55,459 000000000d8d4fe9eb786c672950068f4625bbcda1e76f46342d7832883e3654 1 0.00/1.00 vMB 0
55,458 55,458 0000000001236fc49aa1f2c014099d0fe84cee00fa6bb22a9cf9e6e8d14c7332 1 0.00/1.00 vMB 0
55,457 55,457 00000000101e247bfa235c0581c94cbb4d3559d3908b4b7e916ed8e1f06c4d0e 1 0.00/1.00 vMB 0
55,456 55,456 000000000fc897b7352006f61185457daa52ca8f145aaaccbebbcd74cbb9689c 1 0.00/1.00 vMB 0
55,455 55,455 0000000005918f0ca24a242af921389c3f4581c0ebbb47f65a9678e970c2fcc0 1 0.00/1.00 vMB 0
55,454 55,454 000000001287b4735a0b19c494951e99149a93b3e3c1b3331084aee7b73f0726 1 0.00/1.00 vMB 0
55,453 55,453 000000000877b01c38f8f2c9b91fdab6033d76144a09a2ed8320ee4d8c9ec5e1 1 0.00/1.00 vMB 0
55,452 55,452 000000000b499c927638c820b23b129f6e6d01d911f3daf1fed46289536d544a 1 0.00/1.00 vMB 0
55,451 55,451 000000000d35046ec3d77f75a2d3a763faea5e9876b1ccae5455b8d94aaa971f 1 0.00/1.00 vMB 0
55,450 55,450 000000000df79a230981d4071ffc562f0d34e76d6849b1badbf1488e0cdaa210 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.84 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: 792.78 GB
    • Received: 21.93 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.