Loading Tool

Explorer IconExplorer

Memory Pool

36,352 transactions
25.83 vMB
0.08497231 BTC
Random Selection Loading Transactions
Max Size: 132.27/200 MB

Candidate Block

Mining Attempt 3d6099d264ab0ae52932e36aa11f3496401bd336ed02f7adb12bbb113d7651ff
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 7eee44c8736c1c3eb952642ccbf0aeec463be0a3dfcfc720f90521add1a05907
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,013
Size: 1.00 vMB
Total Fees: 0.03761324 BTC
Feerates: 171.09 > 3.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (237,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,160 677,160 0000000000000000000ab1cbddd2cd9cb69f1591dfc82be0fae99af45f2a5a67 2,452 1.00/1.00 vMB 64
677,159 677,159 00000000000000000007a9b3e9d8a0aefa9a638f2db4e79390b0df7eb7ce42a2 1,661 1.00/1.00 vMB 48
677,158 677,158 000000000000000000085ed953fe4ac0f5caf36f6ca87c8c045ceac0e8b78b17 2,206 1.00/1.00 vMB 71
677,157 677,157 0000000000000000000a3ea975dda138ecb0f60542d6e04b7bc39b9fcf13bd3c 2,978 1.00/1.00 vMB 58
677,156 677,156 000000000000000000081a4e802f72ba7d21c186305d44d19691ec53122ff43f 1,546 1.00/1.00 vMB 62
677,155 677,155 0000000000000000000c76174f50e6df44f10b7339ac12848bf6cc31e53431ae 1,933 1.00/1.00 vMB 69
677,154 677,154 0000000000000000000b3c3eaf71a52dd105fad3de7ffb614be1fc735548d434 2,464 1.00/1.00 vMB 68
677,153 677,153 0000000000000000000786e99fd5c1248e8c789a16c4c603a82aa50b0a95afa0 1,081 1.00/1.00 vMB 66
677,152 677,152 000000000000000000042072e80441695d1984979346f13a009b1d616cdd2c50 1,057 1.00/1.00 vMB 74
677,151 677,151 00000000000000000002c30085b591a824924fdb8e61244d6546c3e16255453f 1,327 1.00/1.00 vMB 66
677,150 677,150 00000000000000000003fed1569d49cdca678243626eaf185c1b126c4f00b53d 2,549 1.00/1.00 vMB 69
677,149 677,149 0000000000000000000a21339995ad00a7b2b2d77c67121a22422b21796ad510 2,791 1.00/1.00 vMB 93
677,148 677,148 0000000000000000000408f1f1e8fad8c6892512a6331a2c55fc6cdc3508d530 2,880 1.00/1.00 vMB 87
677,147 677,147 0000000000000000000235a5b19d4ddd123f3a60535dfb2734ea2809527f6770 2,841 1.00/1.00 vMB 100
677,146 677,146 0000000000000000000a3472c47d75be93adef22101acdccd5e994dcbd90b3e9 1,445 1.00/1.00 vMB 75
677,145 677,145 000000000000000000006528753ab305e60eecfac63681c6745f016077c777e1 3,241 1.00/1.00 vMB 70
677,144 677,144 000000000000000000003447444407b20c45cdf0e82cf5aa3da3808634f2fbf9 2,712 1.00/1.00 vMB 88
677,143 677,143 000000000000000000019e988028a45895d7c9b856b0abf18254ac7c9134a4ef 3,153 1.00/1.00 vMB 113
677,142 677,142 0000000000000000000a3cf58db83ad2d877a3ee5f582d8e4e066ea18289f381 2,768 1.00/1.00 vMB 71
677,141 677,141 000000000000000000025b152a3b7a0248c97f13c1d6400a6f58410eb4b93598 2,715 1.00/1.00 vMB 87
677,140 677,140 00000000000000000003caa755d4916b67b578f9d3b9415d3f9bbc8cef28b62f 2,922 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

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