Loading Tool

Explorer IconExplorer

Memory Pool

50,437 transactions
28.85 vMB
0.15035798 BTC
Random Selection Loading Transactions
Max Size: 154.56/200 MB

Candidate Block

Mining Attempt 53bb9458459e99eefad05b811f5686d3f1dccabf15137f1e133d368f77fece5e
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 3f68c86a8563fad3ed858b3cae9da79ae4fe224a6c2c2f4a2f8a0b3c96a4ce07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,699
Size: 1.00 vMB
Total Fees: 0.09012243 BTC
Feerates: 301.05 > 9.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (206,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,094 708,094 0000000000000000000b3d123d7fe4edbd2f2d8cd2041ffdca425ce4a425dc7f 2,756 1.00/1.00 vMB 29
708,093 708,093 00000000000000000004774d2fb97a31e0625ea534667a919823ed8c48574439 2,191 1.00/1.00 vMB 12
708,092 708,092 0000000000000000000741a07c689470d63f0976497c70173293dc7123499569 1,205 1.00/1.00 vMB 9
708,091 708,091 000000000000000000056d8232aa7c50b7524af74f0096330c20627b3bf6a1e7 2,371 1.00/1.00 vMB 14
708,090 708,090 0000000000000000000cc58891ca7bf4ac4c30ff28f4bd4fff28ba519a03afb8 2,034 1.00/1.00 vMB 6
708,089 708,089 0000000000000000000957626aa934f6ec5e73925b61573b6ebd08b34a37b500 2,797 1.00/1.00 vMB 23
708,088 708,088 00000000000000000004b339e3b74e08671d695fa0140566306ff5d0a345301b 1,326 1.00/1.00 vMB 5
708,087 708,087 0000000000000000000132372c57ad573135bd1918e9f9f15f667c1e97f65232 1,813 1.00/1.00 vMB 12
708,086 708,086 00000000000000000000a2e01bf72d15fa406a60f1a3fa900722e74f3dd9a6bf 2,368 1.00/1.00 vMB 15
708,085 708,085 000000000000000000017fdf1ac0c68d887b1097fa0271061d306138103e0e59 2,202 1.00/1.00 vMB 13
708,084 708,084 0000000000000000000b0850c7038718e2d46974d3344eca553eb2c2446d2ae8 2,415 1.00/1.00 vMB 10
708,083 708,083 000000000000000000085f8a76c153b02845f9e81c64340db9901f2e51d82825 2,927 1.00/1.00 vMB 15
708,082 708,082 00000000000000000009341ffa10cd41105f398cdb1ad0bea9aaf5d3bba69e67 2,546 1.00/1.00 vMB 21
708,081 708,081 0000000000000000000633b91a8cd72235104935c9d3af0b0edae9ad6f89f4ef 2,978 1.00/1.00 vMB 12
708,080 708,080 00000000000000000004d568fa349427258b16ce96ca9e8b4372cdb627b658ae 2,407 1.00/1.00 vMB 6
708,079 708,079 0000000000000000000afd1e676082a3fddc44413c2fbf5a367ede09184440c3 3,160 1.00/1.00 vMB 13
708,078 708,078 0000000000000000000b13b2b0940735b5e6b60e4ecc610e7cdf34235c3d868d 2,671 1.00/1.00 vMB 23
708,077 708,077 00000000000000000007e80676181e0da66bb9537d6c03d166077fa710e9bf95 3,095 1.00/1.00 vMB 22
708,076 708,076 000000000000000000099c88ba208a8e8467287f0f246594c37e981ee5daf8fa 1,013 0.33/1.00 vMB 10
708,075 708,075 00000000000000000006b0c8f690ffd82a40e78c77d4c534ae304fb984c15f0b 467 0.15/1.00 vMB 10
708,074 708,074 0000000000000000000ad931527cb766f4cf781157e70ebf6f483ba5d8a74cd8 887 0.35/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.01 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: 649.65 GB
    • Received: 13.19 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.