Loading Tool

Explorer IconExplorer

Memory Pool

78,517 transactions
29.43 vMB
0.06864704 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt a0f9fc184d83c2cd9d5d5197917a99852bdf24b53554862d02d3c00efbcd0da0
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac08a7dfb5df44dc8d164a2c02b6e57ec3f47d3716b0109acf34aea9dc13809c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,042
Size: 1.00 vMB
Total Fees: 0.00894170 BTC
Feerates: 150.77 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (684,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,137 230,137 00000000000001bcf49348be00dad3dc4120a4802ea8a4fe8899eccae7daee6f 1,037 0.47/1.00 vMB 170
230,136 230,136 0000000000000009706683c3774ab68b752d0ca136d152f2e8c742d2545fb44b 812 0.47/1.00 vMB 132
230,135 230,135 000000000000007e5337cb38ceaa446cb496dfc5198ce3d50bde73344be33bc1 542 0.25/1.00 vMB 179
230,134 230,134 00000000000001cd4c7c72e81a51afaa1ce680d2f400f3d469ce3843b9c0411a 341 0.21/1.00 vMB 124
230,133 230,133 00000000000001cc686aef8a3cec7f89dcca0c1d2e3ec6f5114a35bf4d4e21dd 303 0.24/1.00 vMB 132
230,132 230,132 00000000000001ba99212db1b65d9e3754ce4485d6d5992f236666f0a5e13e7c 357 0.24/1.00 vMB 137
230,131 230,131 00000000000000ebb8632a2dd6317904f23fe74df707148e770366b85a9daead 682 0.25/1.00 vMB 265
230,130 230,130 0000000000000210d35d8483592659f9234aec05f0722fa310ac12fae5a201d8 204 0.25/1.00 vMB 80
230,129 230,129 000000000000009464f9fc6a86075cebfb0ac49df102c428293230acb825a9a7 431 0.25/1.00 vMB 163
230,128 230,128 00000000000000799f9cab4668db11f48f689185bcb7321f6a40e0e9a4986970 707 0.47/1.00 vMB 102
230,127 230,127 000000000000017e2365621a93e0ab10037dbed87a5012e8b22fa1ad6d618673 443 0.25/1.00 vMB 166
230,126 230,126 00000000000002056af56c786d3d867ceb8c4a5b0bb8e94c13399fe5823a03cc 446 0.25/1.00 vMB 153
230,125 230,125 0000000000000140f1c859c30cbd9f9694a549760ffb91dfd9c4c58087e0f581 860 0.25/1.00 vMB 242
230,124 230,124 000000000000021f54d9ef2d72924aafaaafdb9061b2ad731a23147bf75c8273 84 0.05/1.00 vMB 191
230,123 230,123 000000000000011394d662ce56f841e8279d840d8e6b824dceee5a977349e30a 283 0.13/1.00 vMB 181
230,122 230,122 0000000000000050258db1a261486895fdd764fc8f45c3de1d7c435ea40f8b10 269 0.22/1.00 vMB 67
230,121 230,121 00000000000000a727d0d695b3ae094cea77aaa11bbd7da70a6d0f03d89ae9af 1,072 0.47/1.00 vMB 178
230,120 230,120 0000000000000018f78c313e9c4d2a7c316366b36272d7b009be843446c9828b 109 0.07/1.00 vMB 167
230,119 230,119 0000000000000093534f4c150f76ea8ce03ba5bf4e97f909a3941f528ddbf2b5 65 0.04/1.00 vMB 114
230,118 230,118 0000000000000132d3a711207f8130df573ca580b4637021b16be0e7a0bc9031 13 0.00/1.00 vMB 253
230,117 230,117 000000000000019525587f25d1c2afb948b0acf44781d4116be56c0e122410c2 179 0.08/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.38 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: 664.44 GB
    • Received: 14.97 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.