Loading Tool

Explorer IconExplorer

Memory Pool

77,886 transactions
29.41 vMB
0.10367915 BTC
Random Selection Loading Transactions
Max Size: 177.18/200 MB

Candidate Block

Mining Attempt 230cf69c220e1831352aedc79e04edb4f4510cdc5488906d71a41bb068f8cb84
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root abab49f73c3860b4d8a668ed492a803e01a4b2b736991fa78cefe6c1e649ef43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.02825450 BTC
Feerates: 151.12 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (121,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,754 793,754 00000000000000000001967a6aeb9ba377f1adef21be09d19aefbd56e1dac38f 2,633 1.00/1.00 vMB 26
793,753 793,753 00000000000000000000ac1ea5649f65dd3589250ef41be02a13dccf0030df14 1,787 1.00/1.00 vMB 23
793,752 793,752 0000000000000000000438526869551bafe91eeaf188fd62a2fb2a4f2a5fb4db 2,450 1.00/1.00 vMB 33
793,751 793,751 0000000000000000000294eb3f493d21bda52d2afd0fafb9d8633f644b326d6c 3,083 1.00/1.00 vMB 16
793,750 793,750 00000000000000000002ca6e0c5c541582227affaaaecc08b291843123f6a3d9 1,679 1.00/1.00 vMB 15
793,749 793,749 0000000000000000000198db221e2f6a31156496e473d6c79a254fa0a9fa9e0e 1,606 1.00/1.00 vMB 22
793,748 793,748 0000000000000000000303d5b3f4dc416132a71695ff7a4e8ed4613fa43ea9eb 3,278 1.00/1.00 vMB 53
793,747 793,747 000000000000000000044876c66792ad8cf9784b91e66618fc7090681c20ee9e 2,003 1.00/1.00 vMB 13
793,746 793,746 000000000000000000009394f91ad00c65d762ca6e5bcd7b9522201a6a5e6187 940 1.00/1.00 vMB 16
793,745 793,745 000000000000000000021a293d6f13133aba8d3c2ef68daf5f17c9cfd9b5dfdc 2,064 1.00/1.00 vMB 33
793,744 793,744 0000000000000000000445f2a6bcdc9688ec087150526ffd4f57dd2ae0c221b0 2,496 1.00/1.00 vMB 34
793,743 793,743 00000000000000000001350c1946a4288c6837297d0b40f12a4bd0265052ff4a 1,823 1.00/1.00 vMB 45
793,742 793,742 000000000000000000040fb6ac79f47bcda37696f482a949c1584b354cdfed0e 2,250 1.00/1.00 vMB 18
793,741 793,741 00000000000000000001bc263f4a39d489db4fd2cd838dc5118d43b7780e4cac 4,361 1.00/1.00 vMB 18
793,740 793,740 00000000000000000001fc8fa9457e8a324307fe4c9fc625666a7b885b7b9b13 2,302 1.00/1.00 vMB 13
793,739 793,739 00000000000000000001b43b30e57e4cf428fca40ba0913f0927afad9b6171e3 3,251 1.00/1.00 vMB 36
793,738 793,738 000000000000000000032e4c9b9210b25d31d5d618072c95279a6eeb84aaa2d5 3,283 1.00/1.00 vMB 50
793,737 793,737 000000000000000000002268d82fdb47d5d2fb935ee6d8cec580af815e5fc1b9 2,336 1.00/1.00 vMB 29
793,736 793,736 00000000000000000003699e20beb9c49afcab519e37d872822dcf53ae3e33e7 1,712 1.00/1.00 vMB 26
793,735 793,735 0000000000000000000255378fadc7e5c528aac36fbac037ab6d3b7feea56552 3,114 1.00/1.00 vMB 48
793,734 793,734 00000000000000000002f3b823cf42fda13acc16926e9abad0ab9776353ba0e9 3,170 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.