Loading Tool

Explorer IconExplorer

Memory Pool

26,383 transactions
6.19 vMB
0.04352063 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.08/200 MB

Candidate Block

Mining Attempt c20325fc5915df58ee2047e02a439520ce58b98fb0ebfe0c81837615e15e23b0
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 4605f3abcc65a954609b18c314e9b2521b8ae53386da80e10c4b68e58730f8d1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,169
Size: 1.00 vMB
Total Fees: 0.02956203 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (766,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,059 147,059 0000000000000562c2a8e323cc9908c42d07d37173e2f46c8932e6b2f3319ff5 66 0.03 vMB 141
147,058 147,058 000000000000081e3bf8e97af0880e95127987a5512b8ca00cd99c66caaa483e 1 0.00 vMB 0
147,057 147,057 00000000000000eaf030b43976eef4a6439e2c2eac8329543a8593718c483a9a 8 0.00 vMB 17
147,056 147,056 00000000000007a678f2e1316e0f7f7acf2b967d998558aed8dadcd4430fd5f1 33 0.01 vMB 28
147,055 147,055 00000000000007200775088cbda20e08190fd74c328ca3271750ac9dc03aa7dc 7 0.00 vMB 83
147,054 147,054 000000000000029c91acd32d232ec8c334ee0b18e9198d76afed33073b1b9a93 9 0.01 vMB 420
147,053 147,053 000000000000004fbdc3cefb5b6e5fb7e0e4936d3d4a94f4ebe1b73645b61ba0 26 0.02 vMB 151
147,052 147,052 000000000000070f74ba80f0c050777ea21ee157558069fc7048b3d930f5347e 103 0.03 vMB 25
147,051 147,051 00000000000007201b7a7f659989bd9d7976987f05724a5302932652582b155b 93 0.04 vMB 416
147,050 147,050 00000000000000e0f3442125e0edb7c7b6eaa260d597363a73a22b661cfa5154 86 0.05 vMB 95
147,049 147,049 00000000000008837d656c1a4b0990caa60dd9cee4c041fff8a60dcad385f72a 77 0.02 vMB 53
147,048 147,048 000000000000083ecf622f71f2f09a820c46cc1f562985197a3eaa0c856322f2 101 0.05 vMB 119
147,047 147,047 0000000000000419ba142fa22516ca01e9cac5e09b8bc7aa0ea45f734b4673c9 127 0.05 vMB 180
147,046 147,046 0000000000000023ab66ca81bfb532f034bcbcd959e0e4b9e073d0c0c6da2c4b 9 0.01 vMB 28
147,045 147,045 000000000000040a07e6b17551483089339b5c6f6509157f5c63e5b06212ddf6 42 0.03 vMB 147
147,044 147,044 0000000000000573b14e37ce7e78b0b13f5e51ee9001afd24a6027574c585f8d 2 0.00 vMB 194
147,043 147,043 00000000000001a2bba6f1e071e9e9b77ef5dff322f90e4822b5dcb2ab12629d 14 0.01 vMB 88
147,042 147,042 00000000000007d7f629a7c7bede86fe08160f9685c26dfab5c7599c33f76682 158 0.05 vMB 100
147,041 147,041 00000000000003426418e25bbfd4670dbc53d9af3d5f2eba789e9395a6a6b8de 109 0.05 vMB 71
147,040 147,040 00000000000006b65f7c97ac9a87edcdaa17b18fd0f203f7ceb56850034c2f74 13 0.01 vMB 44
147,039 147,039 000000000000046910869e7d45ab78e2b6b700206f1be0eb541f20a06c9261e4 53 0.03 vMB 120
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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