Loading Tool

Explorer IconExplorer

Memory Pool

40,081 transactions
29.11 vMB
0.07827170 BTC
Random Selection Loading Transactions
Max Size: 147.56/200 MB

Candidate Block

Mining Attempt f6f148946c1cd7e3cbe3640bd80a6871ccd5a0798bb43269be7c13361fe61766
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 89dcf5ca217f738853a67d5340d189981cfc6412f38834b93ae7edd306144912
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,350
Size: 1.00 vMB
Total Fees: 0.02149836 BTC
Feerates: 150.61 > 2.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (180,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,159 734,159 0000000000000000000598b6c110501d592f5815763e9fb6b785283b11e23e26 2,952 1.00/1.00 vMB 11
734,158 734,158 000000000000000000030f3398db2ef10c995da4ea613af3264a2da1a1830aac 1,165 1.00/1.00 vMB 7
734,157 734,157 00000000000000000001c3a668e3e738dd84557c8b3d8b34dd24ff78fffebdad 2,083 1.00/1.00 vMB 15
734,156 734,156 0000000000000000000469e7da068dbbe44f7a2bd8049a2b997bc20e5e3a1f96 3,571 1.00/1.00 vMB 7
734,155 734,155 00000000000000000000a9391aa4d3a6e989ff9d729a6fcf460a4bb475fa40bd 1,694 1.00/1.00 vMB 21
734,154 734,154 0000000000000000000880f655c422fd5f05e7e60f15fe8c08a304992fa89473 2,613 1.00/1.00 vMB 8
734,153 734,153 00000000000000000003a8754d3d636b2576a730275f1885345a17f61acae24c 2,452 1.00/1.00 vMB 20
734,152 734,152 0000000000000000000641fc2a1993f3758586b6ad78bf88819565a016dbc50f 1,791 1.00/1.00 vMB 9
734,151 734,151 00000000000000000003f8bcdf392a6b8002d7c0a54f43bbdb41aab2f92f3750 2,503 1.00/1.00 vMB 5
734,150 734,150 00000000000000000008ab8f27f618f91aaea573cf9270cc01040ec045a996de 2,536 1.00/1.00 vMB 9
734,149 734,149 0000000000000000000968ac16eced75b544cd8ce88b8810de981e89581dd9e1 2,674 1.00/1.00 vMB 8
734,148 734,148 0000000000000000000897d3f4a849732a5acb31811b382ef16e4a46ff0b548c 2,304 1.00/1.00 vMB 9
734,147 734,147 00000000000000000004fd070d3d2ed032dd8677e672eabf9ea81d503816cdae 3,003 1.00/1.00 vMB 21
734,146 734,146 000000000000000000019ce5d52a787507ad07a15d6ab89e7680c169e4b58c2f 2,558 1.00/1.00 vMB 14
734,145 734,145 00000000000000000005184f56885df71cdf975927acedde6c8d48b5a561eadc 1,875 1.00/1.00 vMB 14
734,144 734,144 000000000000000000018b317716a1e513e2db3915174ac4bdcc90fd42c9d9c3 981 1.00/1.00 vMB 8
734,143 734,143 00000000000000000008c322c19cfa895acb21d6ad27761056eaf669cb22df80 1,943 1.00/1.00 vMB 9
734,142 734,142 00000000000000000004d99890f3b8f8af90c1b6dd43143ee54ac505d0c25926 2,114 1.00/1.00 vMB 25
734,141 734,141 000000000000000000048ee360b7e8b5bd2a3b2f7cc3c802fe20e3fdee2a683d 3,088 1.00/1.00 vMB 14
734,140 734,140 00000000000000000000e196c52fa937a1a6c9d5bea51063611cfb9bc4d64b7c 1,619 1.00/1.00 vMB 13
734,139 734,139 00000000000000000003c12277927a0e7e01d080d1f61dad138bdd7aac0799b9 2,685 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.40 GB
    • Received: 11.64 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.