Loading Tool

Explorer IconExplorer

Memory Pool

22,126 transactions
9.98 vMB
0.01944453 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.79/200 MB

Candidate Block

Mining Attempt 640533b19e96a4683288ae8754224c24f98723ea895fd59f1a9cef01236d4ac2
Version 20000000
Previous Block 0000000000000000000160b95a36b779d2efb2ad38447e49137eb7bcf5f17dfd
Merkle Root 4d5d722678e7903a4037fac7320f681c549d3d0e6d0ae141955744de4272ef65
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,620
Size: 1.00 vMB
Total Fees: 0.00342417 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,536 (772,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,913 140,913 000000000000036430dda4c2e0e2cb0f3b98893fc3e3cadd4db99e6ce6cd5bc7 7 0.00 vMB 86
140,912 140,912 00000000000007f15e2e295a697bba76415eac8149d2cb9bd4167ced0fdde4db 12 0.00 vMB 0
140,911 140,911 00000000000002d686e56746e94d8587ce9fe79793c0b28b750317677a830b8d 161 0.06 vMB 1,859
140,910 140,910 00000000000003b2f362306df3232af83f397ff58bb8562c296bff290d28d857 69 0.02 vMB 171
140,909 140,909 00000000000003d961404286ce3d29d45e402725225ffab55f77db911bbf475a 27 0.01 vMB 13
140,908 140,908 00000000000002444daaac90a79da204f38a31d02f14503b48b92f06f7e3465e 8 0.00 vMB 17
140,907 140,907 00000000000000f403070c91e8b6d600c4a6f275d3cb100a61e78cb123ab8614 57 0.03 vMB 152
140,906 140,906 00000000000007b64474d6436a3c32344a09c8fdd476d51af22374307649690f 13 0.00 vMB 30
140,905 140,905 00000000000001a74e6fa019ede32722173708afc84d2e0118576acb6d1146be 16 0.01 vMB 252
140,904 140,904 00000000000008560799379b2d1a51f166e36f76a893f28e829271fa3758d094 7 0.00 vMB 698
140,903 140,903 0000000000000690ecfa8e241961bc0f337864374f998a02b9a10a251e519987 154 0.05 vMB 75
140,902 140,902 00000000000005991004f70bfc3fd2a391b1cfe9fb182b755140841eb3d57ecd 106 0.05 vMB 81
140,901 140,901 00000000000000f6bdfeefc9f2a005da2d5038bea0ea36f1b1e2a6cb82c863a9 1 0.00 vMB 0
140,900 140,900 00000000000006b52211755a6550b7195f1783909ac296a4c932d779f837aea4 51 0.05 vMB 209
140,899 140,899 000000000000017c60fba3b5a5a3bce9be24252f22148d9a7078246c8b4b46c5 33 0.03 vMB 95
140,898 140,898 00000000000003fb8061a4685c2f2595bdfcd0e4595f5194ec779a3df7ba124a 28 0.01 vMB 352
140,897 140,897 00000000000006d015a42e460f0a08cc0feaafd93730e7d5644d725e80fa3357 110 0.06 vMB 252
140,896 140,896 00000000000002a502ccdbe643c93035fbf735f9f3772fa40f6c948ef8b09f05 15 0.01 vMB 73
140,895 140,895 0000000000000246de84d61c9e8600057d390e1ab5bda26b334f3d537af5f8a5 65 0.03 vMB 215
140,894 140,894 000000000000080b6e8d9331df86458779461a5d2e335f796e0e803929af3662 5 0.00 vMB 107
140,893 140,893 00000000000005ba76c956fa46732181a5d49dd7052ad8a5761587e2eaf29dcb 6 0.00 vMB 68
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

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