Loading Tool

Explorer IconExplorer

Memory Pool

82,616 transactions
31.85 vMB
0.09439046 BTC
Random Selection Loading Transactions
Max Size: 189.46/200 MB

Candidate Block

Mining Attempt c558368ff97611773e38148d8f6702ffc26a28bf36415af078456772e8e98c89
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root cb2145249445e0b16864d141552c18f7d6ad48007ad9a5bd936a03a1aef02433
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,665
Size: 1.00 vMB
Total Fees: 0.03081094 BTC
Feerates: 101.66 > 3.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (613,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
301,910 301,910 0000000000000000457ec09e846c47ef1c0fd0ee27c7556de92a46270e886f26 79 0.04/1.00 vMB 10
301,909 301,909 00000000000000000c730f26d621203bd07a8396938c079cfe4a552af8fa3f25 538 0.36/1.00 vMB 28
301,908 301,908 0000000000000000714f220186f749bcdfd4404802b787c33a7ab407826a6e6b 345 0.22/1.00 vMB 33
301,907 301,907 00000000000000003fa41b5510d3fe2e8d3fbd6ac640381902720143d2d31008 88 0.05/1.00 vMB 26
301,906 301,906 000000000000000002a03c419096c7fbb16250e9912cf8ca70b5079cbd1f532c 249 0.16/1.00 vMB 23
301,905 301,905 00000000000000003ceeaa0a458432c451c01eca889f2bdd31b6e4b3ae517ebd 31 0.07/1.00 vMB 7
301,904 301,904 0000000000000000460c92be55088947329891dcfe6a42a20c0657569b870ac6 417 0.27/1.00 vMB 26
301,903 301,903 0000000000000000517025b0839dbe490ed0d1632013c60afa5c251eae13fa6c 570 0.33/1.00 vMB 44
301,902 301,902 0000000000000000649cee3190f5a202236e27de7d0c4070435f542bc77bde78 17 0.06/1.00 vMB 3
301,901 301,901 00000000000000006413f3bdbd8dade56601d583c3d1bd60e184616ff5878ed0 272 0.17/1.00 vMB 32
301,900 301,900 0000000000000000593193aa4baa2d2502a8ee3df81144880ffa2411f131fdf2 479 0.37/1.00 vMB 29
301,899 301,899 00000000000000000451fc32bbfc86015b94965a30af1616fdb336e9736bd5e6 77 0.10/1.00 vMB 12
301,898 301,898 00000000000000003e81fc647068d5802899511415d918552b8cb93a7573192b 36 0.10/1.00 vMB 4
301,897 301,897 00000000000000006a7e3e20df1b97191bdc2ed9a1ff5c98c3cba9f39270c05e 280 0.26/1.00 vMB 21
301,896 301,896 00000000000000001f23709ec3e2da45b9743caf067c11cc90f9f0c52763fb82 1,209 0.50/1.00 vMB 36
301,895 301,895 00000000000000004f7ddf70dcfc9142c19166c49990274a90b8656b324d5c2b 37 0.07/1.00 vMB 7
301,894 301,894 000000000000000031db27665fedea963996ea7d967a9d760a7e5d8ceea0b908 340 0.15/1.00 vMB 33
301,893 301,893 00000000000000004c8bbc316ef584b598ed8b423912e2896229c78422343468 48 0.01/1.00 vMB 32
301,892 301,892 0000000000000000126da719a84cb180ee00685d1caaab0a32a9dd22bcfce2be 416 0.44/1.00 vMB 19
301,891 301,891 00000000000000001172e93c06ee1660d6cf9bacf2f46a76c80bd58dcf698661 336 0.35/1.00 vMB 21
301,890 301,890 0000000000000000487e32c0541097d014071cd33a6cf853215707592d1a45ca 479 0.35/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.31 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: 658.70 GB
    • Received: 14.58 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.