Loading Tool

Explorer IconExplorer

Memory Pool

17,143 transactions
7.89 vMB
0.02219755 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.19/200 MB

Candidate Block

Mining Attempt 9c39f7c051fcd032ab19320ae83a33c7d9afb4d84393648aa72902b08088edb2
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 017487b185a2202c81da6761e56d7a8e2d20b316ddcd7a573b4837a2c0c46c8a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,824
Size: 1.00 vMB
Total Fees: 0.00592317 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (745,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,954 167,954 0000000000000817ea53115b4e528c148f65cd6c1598b3e3714b854ae6ad8cbf 29 0.01 vMB 126
167,953 167,953 0000000000000940e23fd2b62d0207b45aca35af153f8958a851c0df2a28cefe 81 0.03 vMB 69
167,952 167,952 0000000000000b7e6182f01e9b1319e775f5ed151b94edfc4535d5cd08815f5d 75 0.03 vMB 162
167,951 167,951 0000000000000abe2d31606c28c448910f65c89d926d224f243b3719f1e6d25a 79 0.03 vMB 123
167,950 167,950 00000000000003141b5f28abf95e5de578fa97a6ced4256a11467768d7e8340e 74 0.02 vMB 34
167,949 167,949 0000000000000175a9c2a6b45695b722b5ef48e861663c0f51d36d031faaf934 78 0.05 vMB 10
167,948 167,948 000000000000083e191fbc710e63ed14cca34ee3790763ea488335c179b4571b 92 0.05 vMB 86
167,947 167,947 000000000000006ff929c504bd22277d51346c429277e4c0babe23ab9a7e8ca7 9 0.00 vMB 500
167,946 167,946 000000000000060c13b421db652bae1146a99e198d018c3797444d02442cfe7c 3 0.00 vMB 1,186
167,945 167,945 000000000000047708cd3f0aa5d49a921033114477137ab9dec86f7979f3544d 24 0.01 vMB 1,030
167,944 167,944 00000000000009af322ffb6ec37b402bddb4d52af2c128d2fb4893a389cb9283 6 0.00 vMB 27
167,943 167,943 00000000000001e3565a4fa61ee13d6b381bcb1d4cce15d93ffda8736d5b0ad3 41 0.02 vMB 51
167,942 167,942 00000000000000018b55adee1396e4cccbda49f11691c17abec7e16ba498cb87 1 0.00 vMB 0
167,941 167,941 0000000000000b36a89bd142d069e552387304858ce116e6c571d634c710f3d3 40 0.02 vMB 134
167,940 167,940 00000000000000210eaed77a69f0e338d6db73f64468ba3f98bea70857e35f04 1 0.00 vMB 0
167,939 167,939 00000000000005670a76c78df616c4b0f156ecc2b141da2f62a64b5da4be2fb0 38 0.02 vMB 202
167,938 167,938 00000000000006a5f90ea746b403ba09b2f620774e44bdd79f5ab1f732864888 37 0.01 vMB 0
167,937 167,937 000000000000083e491a9929d090babc5cec5a57a2cc82d97a014e900cf865d3 60 0.02 vMB 43
167,936 167,936 000000000000055b1779e828b70fd60d83d1564b6dd4a4b5cd95f8d01075471c 5 0.00 vMB 0
167,935 167,935 00000000000008429bae3306bd0a8d24aaefd83c5bf819ff294e5bc583f00860 29 0.01 vMB 126
167,934 167,934 00000000000008b6df47f9a86e32557e640d36915e8ca91bb4e1333c00e4be5c 10 0.00 vMB 73
Previous 10 blocks ↓
Total Size: 779.54 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: 246.08 GB
    • Received: 0.93 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.