Loading Tool

Explorer IconExplorer

Memory Pool

24,391 transactions
11.61 vMB
0.03167104 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.15/200 MB

Candidate Block

Mining Attempt 03a67ed53785905b88e2d5b5735b3b8be0788837a98a7e927b1b5557ab61cb50
Version 20000000
Previous Block 000000000000000000007855c93bbdcd4af7b34ad31745b720f13b50fca66934
Merkle Root 881f4a7cf265f9fff4dcc795b500e759c869270fee58fc694a34e0863212150e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,389
Size: 0.99788975 1.00 vMB
Total Fees: 0.01252266 BTC
Feerates: 443.88 > 1.25 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,656 (743,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,417 170,417 0000000000000473bfe02321984770c9f6ea4d0e7032313a6bbe8cfc44019088 39 0.03/1.00 vMB 37
170,416 170,416 00000000000001bcf44f3ca1211f5167d510ea8f5cfd98f1ac021f30bd047080 1 0.00/1.00 vMB 0
170,415 170,415 00000000000007cdd59fdbed061e7fb2517827a8f2cbe808114729ffeffcb7b3 42 0.02/1.00 vMB 6
170,414 170,414 00000000000008fb9ee4d50e33675f5b718967915fe52441565e68aafb49f147 114 0.04/1.00 vMB 116
170,413 170,413 0000000000000049da501d85b896ec65cb86d8fb070b1273535edc01beb1ca21 1 0.00/1.00 vMB 0
170,412 170,412 00000000000008fac09b90ad735935c841ab01fc00297636ae069128e61cbb71 12 0.00/1.00 vMB 0
170,411 170,411 00000000000002bf89f76bcaa63f45979cef72880e1389911b72e80e28631e7e 85 0.04/1.00 vMB 135
170,410 170,410 00000000000005addf6a9879927af4f93eb582d26725440066b3e9929e57cddd 1 0.00/1.00 vMB 0
170,409 170,409 00000000000005485772e32eb21072d30e0aaeebc17bec3507496095c8324fc2 81 0.04/1.00 vMB 196
170,408 170,408 0000000000000aa105619e6d63e580a232f543bcc02ced4b48c9eac6bb23d301 65 0.03/1.00 vMB 75
170,407 170,407 00000000000001ab8d2623b0fedc35743bab387b339f2198fd479755081267ce 31 0.01/1.00 vMB 1,133
170,406 170,406 0000000000000a3408fced70993492b60fb95fa9f96e0d6cda3a23c323a0316d 56 0.02/1.00 vMB 108
170,405 170,405 00000000000004098d8f9eb5e372e6c2e6142e196a8384f5527435f6d1d45989 109 0.06/1.00 vMB 195
170,404 170,404 00000000000002643c8106d3b98412582aa259383b856b5ccf0501097276795d 98 0.05/1.00 vMB 144
170,403 170,403 00000000000006efb7ce0e9e33cecb4ce7f6f9291f6992dc2b95174c979ffe2e 128 0.03/1.00 vMB 18
170,402 170,402 00000000000002da0613db2c91ea2f9e7356fb2cf85eaf7ae725ae1b5f2ab278 25 0.04/1.00 vMB 641
170,401 170,401 00000000000006edc3b76ac5738adef0d9ee010df2cf742233d726c4a0c2c789 54 0.02/1.00 vMB 158
170,400 170,400 00000000000002f11c66d35af92d0d1b33fa154f9b397ac53ef6b63f546c8f02 1 0.00/1.00 vMB 0
170,399 170,399 0000000000000778a22c0c0ccb535f6dcd748f6cd4debb1131d4de3a14cb04e6 68 0.12/1.00 vMB 92
170,398 170,398 00000000000004251d843590efa199d380641706f59019d5708e74a91afb46a7 1 0.00/1.00 vMB 0
170,397 170,397 0000000000000767443cc24be41dfcc0ea6023df86a60362cffd69edaca9e819 70 0.03/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 780.01 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: 478.52 GB
    • Received: 3.11 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.