Loading Tool

Explorer IconExplorer

Memory Pool

42,154 transactions
18.44 vMB
0.18823072 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.63/200 MB

Candidate Block

Mining Attempt f73df0e601d94added5f67f6953de2beb8226d351f877d7de99eaa6e0954e94d
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root ff495b2522db180f0c25107c75b81c5ef21aaa8cbbce9fabb39649981fa9d31d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,656
Size: 1.00 vMB
Total Fees: 0.06154361 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (758,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,815 154,815 00000000000004c0cf81ae1c8a6da54779460f35b1fa527cc070bdb9d7a4188e 96 0.02 vMB 2
154,814 154,814 000000000000047d5a4bcee3e44e949570944e18ac5995a986a4775d35423922 110 0.05 vMB 43
154,813 154,813 00000000000002a9523ccd1f68571e2afce9b3b7af72b10ad431a4af54ed2327 59 0.03 vMB 1
154,812 154,812 0000000000000d4865fa4ebdb69a8088e58ab56353d9223950189a9207a7eea0 5 0.00 vMB 112
154,811 154,811 000000000000024f34a05da5f3313cd8ea554eb4d2cdf81d7daf742151ab1b42 85 0.04 vMB 619
154,810 154,810 0000000000000c28e0a86105d168f3105ca3d19c3415deee8e9d5c7a9c524de3 1 0.00 vMB 0
154,809 154,809 0000000000000a7780154c5307ba9d0d18020cac73d61ed772e72f363a878141 12 0.00 vMB 579
154,808 154,808 00000000000003a80aa3338cde6329cdcc450041457f8fb420a54c60a7818b74 37 0.02 vMB 108
154,807 154,807 00000000000007302e2f6e8867ccfbe1a69a902535ab2610bd5394f5948b712c 38 0.01 vMB 35
154,806 154,806 000000000000058f30d6cb81a5b591f171fb07803f676143df386fa321ed1062 54 0.02 vMB 91
154,805 154,805 00000000000000fe2c1e92dbedb0d1d0244482d961dbbaa46e3bdf216807e66e 13 0.00 vMB 17
154,804 154,804 000000000000040918c65dbc11ef883a93c48d43c4be103bd9626627c6cb83d9 47 0.06 vMB 82
154,803 154,803 0000000000000b127146185811f248f727b3d7f944fb97f97fecc9540f377fc8 40 0.01 vMB 0
154,802 154,802 0000000000000275f250fea42712c06fd8008cb1d27cb46f6425eac7b1b7e9d0 19 0.01 vMB 321
154,801 154,801 0000000000000d94738927c8365fc09da50a98aa1b6bbb1cfbff437a4bc34e6e 8 0.00 vMB 0
154,800 154,800 00000000000008243cba0bc5c286d11393cb6e930190c163204692436a3833dd 56 0.02 vMB 174
154,799 154,799 0000000000000994b97b2ba76e436c8137f75040292841064e666afba2ab1cb5 119 0.04 vMB 95
154,798 154,798 000000000000032df7b6df72945860d8901e2ab5799592d6dfb22a62a003a571 43 0.03 vMB 147
154,797 154,797 00000000000008eb42b117ef56bfccb646dcfb7141331ee5827d6a3041f3ccd4 75 0.05 vMB 76
154,796 154,796 00000000000009b9d42b0eb1a3153c0da659566e324440edff68c78c85bc282c 24 0.01 vMB 0
154,795 154,795 000000000000046d886d648a754ee6ea2dd19ee369ef2c834964005e557a0213 20 0.02 vMB 92
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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