Loading Tool

Explorer IconExplorer

Memory Pool

40,273 transactions
27.24 vMB
0.05956767 BTC
Random Selection Loading Transactions
Max Size: 142.49/200 MB

Candidate Block

Mining Attempt 1a3eecc3e8f1050ea9546b6aab7c1c0db8f52f7ebd9b44ef233af4886abdc1a4
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root c574f82fba16ead5032145e9f51f11361b000deb1c9fa35d1edd40f9f194f826
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,846
Size: 1.00 vMB
Total Fees: 0.00903843 BTC
Feerates: 69.10 > 0.91 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (612,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
302,516 302,516 0000000000000000456afb5a06efa8265529226779093179380b0e855ef892e5 17 0.01/1.00 vMB 22
302,515 302,515 0000000000000000144fced372ca01b323e94641a77d4d64b697b3a48e0f41bd 172 0.10/1.00 vMB 27
302,514 302,514 0000000000000000389e3ed68083f718135da9719a3e8929975df78534eb7b18 177 0.14/1.00 vMB 28
302,513 302,513 0000000000000000207d660b6169dcb0179b17697de467291ef13cbd9f76d7d1 539 0.30/1.00 vMB 32
302,512 302,512 000000000000000038e4cbcf363dcc7afa4649e9925e196e0ab3851105b6cb70 77 0.06/1.00 vMB 22
302,511 302,511 000000000000000065cbc500ed77a2d8d3891e3b6450b194f1ac5fe8f8da0e62 240 0.22/1.00 vMB 24
302,510 302,510 0000000000000000448a9b6eccda19a7c4b4ab482cfd8565654dc66d0491971a 403 0.20/1.00 vMB 32
302,509 302,509 000000000000000036ec31977412e1a4ca2c90cb0e719ba215e9c96a14dd7692 180 0.23/1.00 vMB 19
302,508 302,508 000000000000000047315cc7aadfe93594adec1b41d41c5869c7c391b00cab5e 716 0.33/1.00 vMB 35
302,507 302,507 000000000000000012358ee7356522a2fc14ea4bea7f6044f1bcb81b0d23700f 443 0.27/1.00 vMB 25
302,506 302,506 0000000000000000134168684682fb3cb5a1d6e1798b9a59d7c3bf202bf32688 183 0.04/1.00 vMB 43
302,505 302,505 00000000000000001661405e680969aa8688dc2ccae22d8cf8cb7bfb3c60e501 151 0.08/1.00 vMB 32
302,504 302,504 00000000000000004fed8c0071fc9eae4222286f39f2532e438f5f2415ae1203 125 0.05/1.00 vMB 31
302,503 302,503 000000000000000008d06420253ee65784b1133722f5c1cd933e8a3c196f432d 418 0.26/1.00 vMB 33
302,502 302,502 00000000000000002e5013ba900aa35a1f56cf97774b5bd61b98125869c43407 264 0.20/1.00 vMB 26
302,501 302,501 0000000000000000294923eda9f1083d8fadcadb8b6a35341b6bd91d989730a4 64 0.13/1.00 vMB 24
302,500 302,500 000000000000000061e8a43e26ef10df0378a2682f8bd28e4c58c8fc56499d1d 532 0.33/1.00 vMB 27
302,499 302,499 0000000000000000589f0f9dcfaab9858faf27a3fc0bc6ad956de00fe3e6ddbf 208 0.08/1.00 vMB 54
302,498 302,498 00000000000000003257c2434c4f5bdb3befd3795b89a3b46cde6f2b6aa1d73e 45 0.02/1.00 vMB 40
302,497 302,497 00000000000000000f6d2e4f6d4a5055cead93847786c9037baecf4e6e738a7a 1 0.00/1.00 vMB 0
302,496 302,496 000000000000000057339b58e4f45288cd2c99efa6c5fab819a5f0a7d5cd2f93 31 0.01/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.15 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: 652.97 GB
    • Received: 13.81 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.