Loading Tool

Explorer IconExplorer

Memory Pool

22,849 transactions
10.04 vMB
0.02635285 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.44/200 MB

Candidate Block

Mining Attempt b9edce91fd8d32c152556f3783d6b43cb9df0ac186f68beb8fe44ffcd6695a38
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root 5489f11be3d8e4346f43044b032b3ed49cf7b03d5cf435e1522b868fb26eec32
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,919
Size: 1.00 vMB
Total Fees: 0.01020171 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (716,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,997 196,997 00000000000001629abd090f280620571167063477e8efa8a6fe2efec8a4a0db 13 0.01 vMB 43
196,996 196,996 0000000000000353c6c5b16e882489ad3f38870f37f3b041662daa46498aacc8 128 0.07 vMB 94
196,995 196,995 00000000000000879d3d2d1c59af3ea7ad59959466c71b23c6476f10daf377e6 856 0.33 vMB 150
196,994 196,994 00000000000001882681086c8d649a20bb793e64a24b525172c327da443dd812 609 0.25 vMB 209
196,993 196,993 000000000000048e812cc4a31d0ff8efa1fa905440d82506cce9f36e31778915 97 0.03 vMB 286
196,992 196,992 000000000000016254583a16874ca0e20974c6895b747bf8a5928a1e1c8eebd1 171 0.05 vMB 81
196,991 196,991 000000000000001cfc165aaffc5d42690b6ee754e72dbf1a1d50e49dd28d5017 64 0.06 vMB 62
196,990 196,990 00000000000005934e3c62048e7e3b9d9a3c1350317a33eb309b42ba8706ba59 401 0.14 vMB 201
196,989 196,989 0000000000000496afe2e47119af8857d59b62b90df118d1a2d2bc77130fba98 138 0.06 vMB 118
196,988 196,988 000000000000059cb549be0739d6efc9e8eda56dc8f3993315f00709816c1794 18 0.00 vMB 85
196,987 196,987 00000000000002c77d4585dfd442b7d702c63aca5015a613f30ea12cb5b2cbb0 407 0.22 vMB 121
196,986 196,986 00000000000001b65a3fe29cd3ef2615de13b880a2574f0c4f31940676529478 128 0.05 vMB 102
196,985 196,985 000000000000053b6f73093a5fdc520d86e7d932a8b0b5a3d78fc93836e416ea 86 0.03 vMB 125
196,984 196,984 0000000000000415d0dee06b9d4647861be857a47cb33bc1ce8d424c516d5291 265 0.11 vMB 214
196,983 196,983 0000000000000105696fcb169655fdf5699ef54e8a771fb870d380211bd57ed8 74 0.04 vMB 145
196,982 196,982 00000000000005919390f70aed8321612dd5cd2d6b2de9287f7e91c4b5cab9fd 16 0.01 vMB 54
196,981 196,981 000000000000043f596c69f76e6da29485cc9b4cbb0247c5fe0b0e1d996aa594 237 0.11 vMB 172
196,980 196,980 000000000000041fc508857356f0314f895e722d126817ef06f011f3a6a920c0 514 0.17 vMB 158
196,979 196,979 000000000000013e694307eb73657ddcb53e27c86066b3b25b6e998cadccd42d 196 0.07 vMB 1,155
196,978 196,978 000000000000037de38c26577f74ef476c1a6ba19b1eb801815908d0fbdee1b5 127 0.06 vMB 438
196,977 196,977 00000000000003d71277cd3cdc3cc1968b334c8e4a2bd6f75539fcec3ddc479f 47 0.03 vMB 288
Previous 10 blocks ↓
Total Size: 779.75 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: 379.08 GB
    • Received: 1.90 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.