Loading Tool

Explorer IconExplorer

Memory Pool

26,357 transactions
7.36 vMB
0.05045698 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.98/200 MB

Candidate Block

Mining Attempt dcd0ce830315226d7eab99e626ab49917ff6d1c52529c1f34efdf38ba2dddb85
Version 20000000
Previous Block 00000000000000000000611210e8ed536185de44d17039dfdfda156388853850
Merkle Root 174cb86c21de8cc4cbe732ee751f4165a099e76041b6d8837ab003d5ae80cc4b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 115
Size: 1.00 vMB
Total Fees: 0.01992894 BTC
Median Feerate: 1.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,215 (776,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,930 136,930 000000000000001c21c03483b1eab23d6c0467fa7acb4bacb97d73591571ba97 0.03 MB 39 590
136,929 136,929 00000000000001ee2df87d4fd8b3c903fcab586ce86084a2c72e639b5815d7ae 0.03 MB 64 219
136,928 136,928 000000000000000e5b44cb9b537e79227ba232b45cbd5af5112f186d03bca221 0.05 MB 73 216
136,927 136,927 0000000000000a9325796aee66e8cdd39a9cc2baef533ffc72228a01e0e2eae4 0.00 MB 2 0
136,926 136,926 0000000000000a96414bba85481d0d7ede8a42f47d1d94fc3665b3677cea500c 0.03 MB 105 153
136,925 136,925 000000000000036421463ba4a253b9ca72ecffb374eba3e786081311b0a62365 0.01 MB 27 391
136,924 136,924 0000000000000420fad0aed89e7830a97c2644a517ae90eb9ce7a7bf61d69a20 0.00 MB 8 28
136,923 136,923 00000000000002b5399387cc2f98a41fb6d7dbc32ca2ff02a6faef53617bcbc1 0.01 MB 19 377
136,922 136,922 00000000000007c2c78dd5b16e1ea2f7a00393957c7962c8db4bb3fcbdf8a2e6 0.02 MB 52 427
136,921 136,921 000000000000066c6aeabb5a92415a843cc105ad5d07ba4357bdf8cf42ba30de 0.02 MB 84 15
136,920 136,920 00000000000006e9b0d96d0f321abd3aea059cbe595b29b49a26dab46f38c331 0.00 MB 7 36
136,919 136,919 000000000000026d4a95cd48fe2d77373262c3593e36333e0059d75be1d4223a 0.02 MB 19 82
136,918 136,918 00000000000003e4fe692355453a45e17378c2ba41e5efecafff60db7760c692 0.08 MB 76 99
136,917 136,917 0000000000000583898710b0fa592840fd74f6ba00b2bb61c974d67df3180279 0.07 MB 185 309
136,916 136,916 000000000000004177521b34fd18aff7b3994ab13c8c1cfb6527a57e0cb110b2 0.03 MB 52 48
136,915 136,915 000000000000070df0043a4dda1e060d0e0194f122c1e8315bccc90cb648841c 0.00 MB 17 376
136,914 136,914 0000000000000270f3986e7f731271ff080c132ea05f2ca94f92af40753b5278 0.02 MB 26 409
136,913 136,913 000000000000096a901eae47ce14eea570e5582ac5f3bb13451829d9705f1bf2 0.01 MB 22 823
136,912 136,912 00000000000004c38b68138bb3743610ab4889364b07d44e2692a002e19d7b67 0.03 MB 60 368
136,911 136,911 0000000000000829048823a06600547e22382a6f13d2f14fa8069234a43c2fa0 0.01 MB 22 175
136,910 136,910 000000000000046d98b9d658037568e3f8b3a59794f1b188562c64de085c4549 0.02 MB 41 240
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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