Loading Tool

Explorer IconExplorer

Memory Pool

39,476 transactions
16.09 vMB
0.13536068 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 91.52/200 MB

Candidate Block

Mining Attempt 8bf7e07eafa85e86d3c3ea93c559a14fa91724701c36a7ae54cbd4301fbcfac4
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root ad4452e31a19165c6340d03a502a7c0d4af7c7b7786c494cdaaf626de005c0c4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,115
Size: 1.00 vMB
Total Fees: 0.05971354 BTC
Median Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (752,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,008 161,008 0000000000000b771241c7e705c352da7432bfe4fb712a35334997e1e9e1e5f3 8 0.01 vMB 60
161,007 161,007 0000000000000d96d43a02f483b16511a8819a34a4814a608cd9097c4a35ad87 10 0.00 vMB 0
161,006 161,006 00000000000005218921d4d7e2a08b181b2a3f617920e502526054e820a97f81 10 0.01 vMB 44
161,005 161,005 000000000000047f06254a14f9ebc26e65d2294d243dd943d5c3ba95db9775f6 12 0.00 vMB 221
161,004 161,004 00000000000002c0a9b4ab0a05969404cfcc244af89ec7941c37b668143e8f1c 52 0.03 vMB 199
161,003 161,003 0000000000000416125ac0f904fc24ab653b88f25c40e5ea5817195b6aaa6930 8 0.00 vMB 17
161,002 161,002 000000000000081e466cd7c19746034b617bb1737bdfb837019455c6d7b5cf14 43 0.01 vMB 122
161,001 161,001 00000000000002c21cf65f743501bb7302c9ec17e88c942c846508f390369eed 8 0.00 vMB 29
161,000 161,000 000000000000041db1574dba07ab482e4e0da4a47f85d2149205562c55115e23 15 0.01 vMB 67
160,999 160,999 0000000000000c3bb6796e415d869703c59e631987046725520f77cba09d5b1d 6 0.00 vMB 47
160,998 160,998 000000000000052bfe497ed7749ac8e91e6b901e303f634c6ffeaa3df3183272 5 0.01 vMB 57
160,997 160,997 00000000000000b008ebf9e754d3eeede53023b0abfff775c9184b2bfd3aab69 15 0.01 vMB 9
160,996 160,996 0000000000000115a74a5eeff0d5757e827e39c082031ceee67103f04a3c31ea 20 0.01 vMB 355
160,995 160,995 00000000000006e63c9c539602415dfe181c55c315a6b35ff5e3d30ba2172786 20 0.01 vMB 59
160,994 160,994 0000000000000456e1dc4b2c648e4fb485217e8df87e0969cbc19defbb786daa 13 0.00 vMB 82
160,993 160,993 00000000000001ef661fcf419576ce570f482c072e903c6ab491023c964daefa 31 0.01 vMB 126
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
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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