Loading Tool

Explorer IconExplorer

Memory Pool

76,939 transactions
28.56 vMB
0.06291865 BTC
Random Selection Loading Transactions
Max Size: 173.33/200 MB

Candidate Block

Mining Attempt 9f43743efc7957cfe1935b6210120b3545fb9c558199f78d1cb73f6647576038
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root eaa7ac7c5f175fa081233fb46139c6db7e10f9aeecc5281b05000ddd357523a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,006
Size: 1.00 vMB
Total Fees: 0.00371883 BTC
Feerates: 8.89 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (468,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,132 446,132 000000000000000000d925005a17156b2dad28a4cb58270cc1bdc6dd37a3df6a 2,121 1.00/1.00 vMB 97
446,131 446,131 0000000000000000029eab96e9a254274166eba4a195f1b01ad2f6000ce35429 1,287 1.00/1.00 vMB 46
446,130 446,130 0000000000000000022dc508f7a050582100bf53037f7ec6011901cee8c1237e 234 0.10/1.00 vMB 86
446,129 446,129 0000000000000000008361775953ab9b5d9baec562e62c83b279d465380ac07c 1,427 1.00/1.00 vMB 44
446,128 446,128 00000000000000000050c9e18dff918d92827270fdf4d77e07055af1352d04e9 1,760 1.00/1.00 vMB 53
446,127 446,127 000000000000000002f36fccf7f5d4db1eacfc6c85af3d48648698cdd5902f6d 2,126 1.00/1.00 vMB 73
446,126 446,126 000000000000000000109bef87dc81c0413a3655d16c0ecfa960cafcc98611db 2,219 1.00/1.00 vMB 96
446,125 446,125 00000000000000000260b6c5c7f47cf1a6bf2fb1a9d417c650bdc759eb4b5916 2,000 0.93/1.00 vMB 85
446,124 446,124 000000000000000001a37472c57b24968e8e5038ca87b4eb1b52c1dc0f9ac742 1,192 0.79/1.00 vMB 45
446,123 446,123 000000000000000001e01ed6a04c8156bbd5fb53f7714db1d3124ffb319bcb2b 2,441 1.00/1.00 vMB 82
446,122 446,122 000000000000000000c3eea6c889b6fa82393ce8b5a482a1ba7778325fef86c8 175 0.08/1.00 vMB 82
446,121 446,121 000000000000000000e7912953543c12923fc0fd649cd200274bbcb559fa2b6f 1 0.00/1.00 vMB 0
446,120 446,120 000000000000000001ea9b5a14dae1dfa89521a22ba6922ab1bf233c2a982558 60 0.03/1.00 vMB 60
446,119 446,119 00000000000000000125fbcf1c7fb4354e355a44fee5ce587fe0734a19c9a7b2 1,785 0.90/1.00 vMB 70
446,118 446,118 0000000000000000020e0f293bd1895215cd4dc2eeedd18bfb1b1b45d4abe69b 1,383 0.65/1.00 vMB 71
446,117 446,117 000000000000000002f4005b97efc81698a5bb9609c79d4c225af113e870821e 463 1.00/1.00 vMB 15
446,116 446,116 00000000000000000087f43fc84a2b46bbc00a545b1b8a03fae8044030732c5a 393 0.35/1.00 vMB 49
446,115 446,115 00000000000000000011b5539dba18c866bdb21100902dfcb49ce4aa184887d9 1,002 0.71/1.00 vMB 53
446,114 446,114 000000000000000001a78abbac311e567bb724f8ff0118fbc57b4a0f7f4d3ce2 1,025 0.59/1.00 vMB 70
446,113 446,113 0000000000000000019b6e447f6968ae23dfd034045364aab44dcb9d5172e1d7 119 1.00/1.00 vMB 1
446,112 446,112 00000000000000000375208490d30a7372e19862579e17c3247e6a426d2f5867 182 0.20/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.57 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: 670.27 GB
    • Received: 15.84 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.