Loading Tool

Explorer IconExplorer

Memory Pool

73,489 transactions
27.23 vMB
0.06375639 BTC
Random Selection Loading Transactions
Max Size: 166.24/200 MB

Candidate Block

Mining Attempt 2650e7fd6cdf12e7038d4d78819d5868116b4d2583aa8fa662c0a5d0ecd4a130
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 0a7487faad0c47a40e708ffce1ab7434463c35ccbc96402f2f99c98d3c14d1bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,613
Size: 1.00 vMB
Total Fees: 0.00600865 BTC
Feerates: 402.60 > 0.60 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (267,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,092 648,092 0000000000000000000968740756775c1c1713577f479f5deb41311136b9291f 1,561 1.00/1.00 vMB 20
648,091 648,091 00000000000000000008282b052c54b10f483ed4388ffb8ab8c68b2a43600565 1,732 1.00/1.00 vMB 20
648,090 648,090 00000000000000000008b2f35ae277da04d5b1e7b55d7a20fb4190b21c1cfb74 2,326 1.00/1.00 vMB 13
648,089 648,089 00000000000000000007de6e62d32e5b26cc165f5e91d228d36dd32dcda84133 1,513 1.00/1.00 vMB 12
648,088 648,088 000000000000000000054b5e1c46d50c22ad19634c66885fba689b59df02d8a8 2,456 1.00/1.00 vMB 58
648,087 648,087 0000000000000000000296f8c900c108287326946d3bf33a6b960cbcbcbf0585 1,960 1.00/1.00 vMB 44
648,086 648,086 00000000000000000004aaa816ecdeb0ed03fc809f7fa5ae379c03fb119a2425 2,363 1.00/1.00 vMB 66
648,085 648,085 0000000000000000000d6f7df839d2ec5bcda0e35f7f91f90910901a41d39410 2,406 1.00/1.00 vMB 110
648,084 648,084 000000000000000000036d2916a800be6a815ebd3ca5ec4f51b346b955670d3a 2,883 1.00/1.00 vMB 36
648,083 648,083 00000000000000000009e1831af17f0a5b0656640462d3624fdde8109559ef51 2,684 1.00/1.00 vMB 61
648,082 648,082 00000000000000000007591bc4bb76b98b64a284f8f24c471edbc2b6ba3a00d1 1,782 0.69/1.00 vMB 38
648,081 648,081 00000000000000000007982569ffc9d34954c6dcc2341432c518a7b918e94dbf 1,205 0.63/1.00 vMB 47
648,080 648,080 00000000000000000006320968e3064cced4588deb321d463687a9be830b7c45 996 0.37/1.00 vMB 46
648,079 648,079 0000000000000000000d57ccea89c55c678a86a843b8a3710ef3290796e140dd 1,436 0.70/1.00 vMB 9
648,078 648,078 00000000000000000003454ff69aac3fcf52c979842e120f53cd3f4a65f8432a 2,041 1.00/1.00 vMB 59
648,077 648,077 0000000000000000000b91731a5abe9aa5ec71681502613b28b3b79df7ad0a78 2,198 0.96/1.00 vMB 10
648,076 648,076 00000000000000000008256f0e0a1283c5fbdfb74f9d6fb9f0804bbdfeeb31a4 2,050 1.00/1.00 vMB 77
648,075 648,075 000000000000000000052e83a69cd6816f0aab8e114788006130de4811566114 45 0.01/1.00 vMB 38
648,074 648,074 00000000000000000002bc7f07acf48a3503db43f243f638b18747b4d8d88e90 755 0.30/1.00 vMB 34
648,073 648,073 0000000000000000000bfb79140f88118ab7ea48a99ba4d290a6c21a210d47cd 2,290 0.99/1.00 vMB 32
648,072 648,072 00000000000000000002475e77ead2442273011f6ed3072a3d0f8c7bab906365 827 0.32/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.60 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.