Loading Tool

Explorer IconExplorer

Memory Pool

79,394 transactions
29.34 vMB
0.07338105 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt 25ef3bc6e79fb0182b39208586d92dab9e89a01e6a85aef16b10fa891ae6b5ae
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 2f371facd2dbde485f3e87ef29f67a91dabd26c656bc8555e1e1ec46dabc51c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,387
Size: 1.00 vMB
Total Fees: 0.01365892 BTC
Feerates: 170.94 > 1.37 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (331,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,978 583,978 0000000000000000002014097e2f7b07d9f652e7e4c9419828f59f77362afbd4 2,746 1.00/1.00 vMB 51
583,977 583,977 00000000000000000001d347110c144ed71c0388161fffcb0fed670b8d39811c 2,312 1.00/1.00 vMB 74
583,976 583,976 0000000000000000001f225110df01c16f0d5bd359544acdb0b342915be7c927 1,408 1.00/1.00 vMB 72
583,975 583,975 000000000000000000107248f43541f3d19332a21a6d1d78714323cd597e7a4e 2,415 1.00/1.00 vMB 79
583,974 583,974 00000000000000000002b2192118629aa0a682ba2f90e2e73cd1b04b5ecc3285 3,572 1.00/1.00 vMB 97
583,973 583,973 0000000000000000001d628720c6a607a3fb740d63ed1b593d2ec40f5ca995ff 1,657 1.00/1.00 vMB 14
583,972 583,972 000000000000000000218f780924e34e2d0b060d08d2085df1f84ddb7504a1ed 2,619 1.00/1.00 vMB 55
583,971 583,971 00000000000000000011b714d0d5da9a7b48212a0131a467ce6e0721865d1252 1,000 1.00/1.00 vMB 27
583,970 583,970 0000000000000000001cc597bedf34f10921baa5b58d35082cb569d346ba4b82 184 1.00/1.00 vMB 8
583,969 583,969 0000000000000000000caeeda01d3d1c4d977e37ca1c5a11694b107d74f3cca7 2,904 1.00/1.00 vMB 57
583,968 583,968 000000000000000000212b0e0dcbf207f8a9a3e5ba1b0aeb4bdeea28f4318904 1,072 1.00/1.00 vMB 25
583,967 583,967 0000000000000000001769f80bc51ebc3d61bb79da3dd598d1c78e5a477ed434 1,894 1.00/1.00 vMB 8
583,966 583,966 0000000000000000000154abcf0b17e0a617fec3f05ec2b8827ffd1284823cae 2,758 1.00/1.00 vMB 89
583,965 583,965 0000000000000000000ee1217ed0975350199e9f6b628dc19930cbb76b763d96 2,781 1.00/1.00 vMB 52
583,964 583,964 0000000000000000001a5f18fe016269a1207cb2f00e829278d3618f96732929 2,591 1.00/1.00 vMB 50
583,963 583,963 0000000000000000001b9251755f73a05595c65b9d79d9341dd2970ed2c90d9d 2,284 1.00/1.00 vMB 73
583,962 583,962 000000000000000000176a9a1f6fcb47b810b7b063473bdb029dcac27c038fa5 3,168 1.00/1.00 vMB 105
583,961 583,961 0000000000000000000d333e72e88feda0da42baa12f8230fa5133f82855400a 2,295 1.00/1.00 vMB 63
583,960 583,960 00000000000000000017f825b1923e866d0f593bcaba2a7e025ee9c949b6fb86 2,973 1.00/1.00 vMB 86
583,959 583,959 0000000000000000000b1ce468ed36a960449a688f26a80f943c114eaab95e15 2,685 1.00/1.00 vMB 63
583,958 583,958 0000000000000000001df6eb7bf0db34f41140d629c88990b7e15526dd0232f5 889 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.