Loading Tool

Explorer IconExplorer

Memory Pool

29,028 transactions
9.94 vMB
0.03748177 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.18/200 MB

Candidate Block

Mining Attempt f63b2f9fb94195cd7c0be1a06d4cdc3febe5efb00e6e2f153fa9d593b93980f4
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root 5029cf85b65a1a31e7fcba36296a2b043434f35442b9a7499e0658049916955b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,925
Size: 1.00 vMB
Total Fees: 0.02073883 BTC
Median Feerate: 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (752,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,992 160,992 00000000000007d7ce2486dbbc4a1d719ada19c5e86244f0129af970869ce4d0 37 0.01 vMB 757
160,991 160,991 00000000000002f735effe68a5a878ad35dcdd611534cc5afea42e30807146fb 25 0.01 vMB 246
160,990 160,990 0000000000000847686ef2f4872773f97bf9a01eaaae86a31137c2d7adb5e0df 14 0.00 vMB 308
160,989 160,989 00000000000005b47dc4ca6c9af698fe0636fe76b9963f534360a4ae44e76f69 5 0.00 vMB 0
160,988 160,988 000000000000002092f47a438e4b219313954eedf738bc7fa14baa207776fb87 14 0.02 vMB 40
160,987 160,987 0000000000000566daf5cc110fa1c1a6ba74587ea1baea1b2e84545a2b671d36 33 0.03 vMB 23
160,986 160,986 00000000000008eaf3ec31bd43525d1af41c1b5604224290472cfa6165404c35 10 0.00 vMB 230
160,985 160,985 00000000000000debeb6a09b0c9c943ab7ed34ca37663e8474285d6c7ed130c2 16 0.01 vMB 525
160,984 160,984 000000000000020e50461fe719b221eeef816e4ef8660e3cae76aa082f01262c 35 0.01 vMB 4
160,983 160,983 00000000000003cd9b882a887ff4372df01f8500cf1cde9e2a34be4db1777868 19 0.01 vMB 43
160,982 160,982 00000000000003d61517d638ea5a29b200e1aa72c87e93aa48118105edba6dec 32 0.02 vMB 174
160,981 160,981 0000000000000da443cc80274ef7262fad579b873936632380416e69201caec1 25 0.01 vMB 358
160,980 160,980 00000000000009add1cf324017aeb2dbab8e0ca9186097040051f5dfbaa507de 51 0.02 vMB 94
160,979 160,979 0000000000000d9c5f63d6cfa42683ec7228fb6ca83d647cc24fc0b178b28d91 4 0.00 vMB 52
160,978 160,978 0000000000000d03503948a10b7f502593ab53491235b703c1c59234ebf5ebf0 32 0.01 vMB 237
160,977 160,977 0000000000000b6247fe3ef89303b22554532315cc4fe39f59bd4c89ae828b8f 9 0.00 vMB 0
160,976 160,976 0000000000000328cfdfa776d26cdfe16b39aa5fdaf3c61792a01a09156e04d0 94 0.05 vMB 39
160,975 160,975 000000000000007a55fd7883cae34b953b4048466f278c6c35ad789fbe6bdf34 7 0.00 vMB 135
160,974 160,974 00000000000007452ac64a60f48ef5414d1d26b8b4d204bf2d4bc311daf9af98 17 0.03 vMB 120
160,973 160,973 000000000000073ef92e118ce14ca9463b3a8d7ff0eeda9552f068966e22c11c 19 0.03 vMB 48
160,972 160,972 000000000000012405db5000361fa48a5b9535fa45746cd06391a5e75ffd2fc6 13 0.03 vMB 9
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

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