Loading Tool

Explorer IconExplorer

Memory Pool

22,844 transactions
9.85 vMB
0.05555254 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.32/200 MB

Candidate Block

Mining Attempt 34c191cfb9f805c5889cc166e776deb1f75830aef9bd2d2395d01fe2e50f39cc
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root 713fc9c574ceb0855bbd7ec95231db08a9a5d4e0fd8f2a3a7209615694aca268
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.02897669 BTC
Median Feerate: 2.07 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (745,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
167,933 167,933 00000000000002b9bb863199b01f0ccab448230d11b8d868d071632e13bfacc2 23 0.01 vMB 64
167,932 167,932 00000000000005c2b93293e9050196f5de801f074f2487455ce640ca4a5d2eec 83 0.03 vMB 95
167,931 167,931 0000000000000742702340f223348716b282b947b35aea67baad195d128cea13 81 0.03 vMB 152
167,930 167,930 00000000000003272e5b110995d9f0a74ba3bb3d353e115391e51dbc702458ab 100 0.05 vMB 116
167,929 167,929 00000000000006bb839df379d696fdd901a3d7f06b4e70fe1ffcce130bc05584 100 0.03 vMB 1
167,928 167,928 000000000000095e48446eacab94342429be9bbe9a1ad4ec53e7809602469373 58 0.04 vMB 117
167,927 167,927 00000000000000c65cf52a81783f7f1086389bd88b89759b9dd2e0afef65ba63 20 0.01 vMB 0
167,926 167,926 0000000000000064f0bfd1768d19643e7d142cc6bdf0299b1cedeb296a4ec9bf 28 0.01 vMB 402
167,925 167,925 0000000000000a1caba4f68c283de5b296f0238201ca1965ed519ce6735daec0 73 0.03 vMB 198
Previous 10 blocks ↓
Total Size: 779.57 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: 279.09 GB
    • Received: 1.09 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.