Loading Tool

Explorer IconExplorer

Memory Pool

81,282 transactions
30.40 vMB
0.09803503 BTC
Random Selection Loading Transactions
Max Size: 182.34/200 MB

Candidate Block

Mining Attempt 6dda726d6ada8c7dbffc6b8a8b98c831868343cf9628e573d847f134712a6a0c
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1a759f7a5cd19130d58d326baa075d89a99d0c7cd19ce4df0a79017d04a28bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.03434010 BTC
Feerates: 301.07 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (420,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,773 494,773 0000000000000000009773936102bc097bc8784faab7d2521a87fc2f4abc267a 923 1.00/1.00 vMB 214
494,772 494,772 0000000000000000006af762bf8e12d40550166f804c82ed6a861e6ac949b1c5 929 0.93/1.00 vMB 117
494,771 494,771 0000000000000000008851c55a7e2d99564579b08d83d05db27cfb1edd5307da 1,899 1.00/1.00 vMB 383
494,770 494,770 0000000000000000008a0cbad4b4a3d6a1d7230ead700bd6aee52d0f1091ac7c 1,167 1.00/1.00 vMB 148
494,769 494,769 000000000000000000625374956e47fc24d3ea0d4c759ce47fea646241fd0643 1,574 1.00/1.00 vMB 131
494,768 494,768 000000000000000000b9009913f54f7b6a157ec30d3d82e83bf3adcea0722b03 2,424 1.00/1.00 vMB 436
494,767 494,767 0000000000000000004db20e2e3e0177e749f520aadbe64264cdf7eef6597eec 1,715 1.00/1.00 vMB 361
494,766 494,766 000000000000000000198ced806e3a15db846cb0fc8aa5d40d42da593a87dc83 1,832 1.00/1.00 vMB 77
494,765 494,765 00000000000000000061b4add9db6360f9a1d4a81719bcbe2ee096385b2d35c0 1,959 1.00/1.00 vMB 209
494,764 494,764 0000000000000000004ff822e2464a526ce3d9e1be42266685e614fcd5af2c4c 1,512 1.00/1.00 vMB 53
494,763 494,763 00000000000000000061141f1cd7b51347c90eedc7cb867d222d972ba658f92c 2,696 1.00/1.00 vMB 138
494,762 494,762 0000000000000000005c922d4b5115fc94258027098a3dafad2254cfb65576fd 2,329 1.00/1.00 vMB 290
494,761 494,761 000000000000000000705377f5159cba262a3966e4a7bc9f5fcd53eebe83e23a 1,706 1.00/1.00 vMB 228
494,760 494,760 000000000000000000b4f5df6f59253a30cda09fdfdf16e30d144dcb6d1bc680 591 1.00/1.00 vMB 689
494,759 494,759 0000000000000000001d8f6361f35bc99ae8879d13aeabc2c0bfd409d5ff76aa 2,189 1.00/1.00 vMB 188
494,758 494,758 000000000000000000b75602e3513a675d5cab374f86151605c4827a1f7028e5 2,445 1.00/1.00 vMB 264
494,757 494,757 0000000000000000007b8a2f35c94fdb7cf009b7746be8a885bad31e251a1373 1,921 1.00/1.00 vMB 90
494,756 494,756 0000000000000000003c8d5bd5fa312a46729ec0fa3014257eb44796be08b917 2,137 1.00/1.00 vMB 283
494,755 494,755 000000000000000000270a0f0cb39ab7e66ec64d21954d7040c831c6982352ed 1,075 1.00/1.00 vMB 81
494,754 494,754 0000000000000000002f281cad64c671d2019b24b102895dbca02de3153fe939 1,296 1.00/1.00 vMB 165
494,753 494,753 000000000000000000a578a24bbdad97336d150e189101719d9c7e749ff99c4a 484 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.41 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.98 GB
    • Received: 15.07 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.