Loading Tool

Explorer IconExplorer

Memory Pool

19,131 transactions
15.03 vMB
0.03127579 BTC
Random Selection Loading Transactions
Max Size: 76.19/200 MB

Candidate Block

Mining Attempt a101a84f018eb0a80d38cdc5c2331395cd41e283085db4d3872606b84287134b
Version 20000000
Previous Block 0000000000000000000086b2e3cf9b1559c0483be21435c9d380a6afcf96acab
Merkle Root 2e4eb4de13a46fffe28701b94e5c9a4b9f6e55ad3b80d4c914e5c6e675ce57a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,740
Size: 1.00 vMB
Total Fees: 0.00486872 BTC
Feerates: 96.15 > 0.49 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,157 (811,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,010 103,010 000000000002f7bad4a2165d9a192e38279a326c88f220b4da5028c82ddcdc27 8 0.00/1.00 vMB 0
103,009 103,009 0000000000017e18362d4a63b593cee1847089941a7270ce862a9b58ea94d44d 3 0.00/1.00 vMB 0
103,008 103,008 000000000002c3aa81fbc5f8a9460b21d76524c31da2f0aeb5814366872b0496 1 0.00/1.00 vMB 0
103,007 103,007 0000000000022e2f7b39bb3b57350f7fd775b142573f1b169ec6ad46fb22f810 3 0.00/1.00 vMB 0
103,006 103,006 000000000001290dabf6b96cc2bf11f67687b932dc9acb628c112a3c07a37141 1 0.00/1.00 vMB 0
103,005 103,005 00000000000292f5f90865ee57cc0afa41807d73246301e53acffb30974c30b0 2 0.00/1.00 vMB 0
103,004 103,004 0000000000022c110f3e6bae6a975608d6512680cadb9a421f574224779b8c35 4 0.00/1.00 vMB 0
103,003 103,003 000000000003456117202991973d83bdc7822a88759dcacefbef8c69c19d8cf8 3 0.00/1.00 vMB 0
103,002 103,002 00000000000028b7fda68492d5d43b76e1fdb0bf03e9e6cd17af9d8b95f85381 3 0.00/1.00 vMB 0
103,001 103,001 000000000000fe53268d70885be56629754ee905e4632cc22839a05b8cfb0e13 1 0.00/1.00 vMB 0
103,000 103,000 000000000002de7f6fb9d9b6c03d948a26f31922738b87a658489bd800bcb17d 1 0.00/1.00 vMB 0
102,999 102,999 000000000002ac4f9310f96b100cc908303b65c186229f1e2322276b779f2fd5 4 0.00/1.00 vMB 0
102,998 102,998 000000000000b3e9edf945a554527fc5ed4e08cf59c9488addfaa8ec4e4346f1 1 0.00/1.00 vMB 0
102,997 102,997 0000000000022b100e16e95fb2f5a38bfa0df0ebc05cd00e3cfd185854485b36 2 0.00/1.00 vMB 0
102,996 102,996 0000000000016a77710f41f694ac86a751e60e8c70518c5f52f632447741aaf8 6 0.00/1.00 vMB 0
102,995 102,995 0000000000019fff9626e3569321d60b5095c05fd75dff952936a7579be091d7 1 0.00/1.00 vMB 0
102,994 102,994 000000000000316b259bc06c8ef90aa09b0f2803a6a1a6063c82a43733d7f05d 3 0.00/1.00 vMB 0
102,993 102,993 0000000000018f385b9895b80f839df61298092e6e11e8c9e44b5b040b3ff054 3 0.00/1.00 vMB 0
102,992 102,992 000000000001abb99d631d1e6a3016b493d972628b5a75e699c90e0737cfaf1e 12 0.00/1.00 vMB 352
102,991 102,991 0000000000005f3c762b031ffd385b93348383274e3be506f75a5cc179ba273e 11 0.00/1.00 vMB 0
102,990 102,990 0000000000007c0ed3930bf7a87776c8d1c8cb7bc1ac9070cb9e2f2e1d8650ff 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.87 GB

Node Details:

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