Loading Tool

Explorer IconExplorer

Memory Pool

78,708 transactions
29.74 vMB
0.10025558 BTC
Random Selection Loading Transactions
Max Size: 181.30/200 MB

Candidate Block

Mining Attempt 7b6fc5ccc5e0cd240129d584548bd45448c78dd751cd22f07fb04bddeddb15eb
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root c5e67f784aabc55d69154d126cc0c80b2a612d35e891576c96a228d7bffa44e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 1.00 vMB
Total Fees: 0.03375039 BTC
Feerates: 301.35 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (468,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,114 447,114 000000000000000000e8c344448ee7ab6baaae81c25014565548d2c3e306415c 942 1.00/1.00 vMB 37
447,113 447,113 0000000000000000023ec2a8b21fa95540bc9a48e45a8b1e1d80d21f7e266db8 2,015 1.00/1.00 vMB 79
447,112 447,112 0000000000000000012964c3edc4d44f0ff2a41641f693152c38809ec48216ba 1,051 0.61/1.00 vMB 56
447,111 447,111 00000000000000000186894fda6c1d859f5dbf10aa5fc4d8b50c5ea3093add74 1,580 1.00/1.00 vMB 55
447,110 447,110 0000000000000000028d1f29cdc520356eb90103a8ef1d49a8e603c48a34c5d6 1,422 1.00/1.00 vMB 46
447,109 447,109 000000000000000001e2436875f0d8586bc3d9a7141c5727d16a4fa55825c21e 2,360 1.00/1.00 vMB 79
447,108 447,108 000000000000000002822336f19f76ae3e5c74d34f182fa1cdaf1b664960ecd1 1,118 1.00/1.00 vMB 35
447,107 447,107 000000000000000000f3cbb88f1fbaf9599b92e4e49d609414afea2527bd1664 1,498 1.00/1.00 vMB 51
447,106 447,106 00000000000000000245cb2a0d1c1257a80e317548700470b3c717c15a0dc185 1,928 1.00/1.00 vMB 68
447,105 447,105 000000000000000001d75bf4f9142a9fce76d5b4f2e80254549bf07471008aa5 1,972 1.00/1.00 vMB 59
447,104 447,104 0000000000000000035bdcbb9cbf55877cb8f891f5b030a6b13be8814e1cbab9 2,764 1.00/1.00 vMB 96
447,103 447,103 000000000000000000a4569cb729ba966346364251c93a5c25b41e5bcb93dbd9 2,756 1.00/1.00 vMB 90
447,102 447,102 000000000000000003621a300f10bfc83fa243b45ae8350093730291a6806f1d 1,100 1.00/1.00 vMB 52
447,101 447,101 00000000000000000294790993c4b7a893ce92ca1cb2e821c9faee83de4812a5 1,826 0.75/1.00 vMB 87
447,100 447,100 000000000000000000094ede395fc0285ad20e0baa81cae94442d3a52083b676 1,576 1.00/1.00 vMB 57
447,099 447,099 0000000000000000010193de2207fdfcfa7e7668fc6be9edfc23b4d7c65bcbfd 2,005 1.00/1.00 vMB 63
447,098 447,098 000000000000000002235d62d659297ef91632ce2f533a4922fe5cd4f6555720 1,434 1.00/1.00 vMB 70
447,097 447,097 000000000000000000c6f1319707090f5d1b96fc282696a1978e1bb293e3fdf5 1,687 1.00/1.00 vMB 60
447,096 447,096 000000000000000001496978ef7e8a97705854c32277463f5af6b624bdd10bb8 2,371 1.00/1.00 vMB 87
447,095 447,095 00000000000000000300de165a3dfb61542192cfddc499f73505bfa6200fac10 2,528 1.00/1.00 vMB 91
447,094 447,094 00000000000000000363fc18d5a5afcab8a33f0bbf7b8d1625e988f84eb0d141 310 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.