Loading Tool

Explorer IconExplorer

Memory Pool

78,737 transactions
29.49 vMB
0.06884941 BTC
Random Selection Loading Transactions
Max Size: 177.27/200 MB

Candidate Block

Mining Attempt fe3b3eaa77304ec5174b1441394570dd78f83909e824800fbff8f9263a08c260
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root aacee1d21cdbf44c06236b0b0466e936d8650c25d0a48f92a70088c9a13043e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,850
Size: 1.00 vMB
Total Fees: 0.00891043 BTC
Feerates: 50.25 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (299,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,808 615,808 0000000000000000000a40c12534b76e3a3993e6f043b6418b2b86d767f9d8f7 2,785 1.00/1.00 vMB 22
615,807 615,807 00000000000000000011e75b089a0c901d4322eaddcde066219c30f24d519fe5 2,517 1.00/1.00 vMB 9
615,806 615,806 00000000000000000011d411321a107302089c095ad51ef0b0808cfeec7a16e2 2,446 1.00/1.00 vMB 17
615,805 615,805 0000000000000000000b8ec7a69822d3aaa96baf9f3081ae95b4e5a2fbf4ce46 3,229 1.00/1.00 vMB 22
615,804 615,804 0000000000000000000be0d9d52353f28e5847fe902337160c43b552732b6065 1,666 1.00/1.00 vMB 12
615,803 615,803 000000000000000000122c418a58f352d4042d84adba2d65d2243e86175fd3a1 1,872 1.00/1.00 vMB 12
615,802 615,802 0000000000000000000fa77ab78b4591c65baaf694047520038b45610fdf1a55 2,577 1.00/1.00 vMB 12
615,801 615,801 0000000000000000000141c282ab2e8b553724632e6c16391b3b2717cf5eb9cd 3,201 1.00/1.00 vMB 26
615,800 615,800 00000000000000000001fda288495573a7ff4823861e86c4f7e06e04a21362b3 2,328 1.00/1.00 vMB 11
615,799 615,799 0000000000000000000c87898b88efc8a2d1a66a5275d862b33a13a2662d5ff9 2,999 1.00/1.00 vMB 21
615,798 615,798 00000000000000000011e9bca6447f304394b21c57998e4dabfea3df80034760 2,062 1.00/1.00 vMB 21
615,797 615,797 000000000000000000114a3af0f3118eef912f738126020829009de9baf69d7f 3,407 1.00/1.00 vMB 29
615,796 615,796 000000000000000000040a1a4d55be2aedebedcee30b289937c3832d92855fca 2,984 1.00/1.00 vMB 19
615,795 615,795 0000000000000000000626b34d7d24ae184b79addfa53bbcc33f8e1c039a9819 1,877 1.00/1.00 vMB 27
615,794 615,794 00000000000000000005e989742cc7cc8d8fdd0b3b45eea6ceeca9ca6aceb22d 920 1.00/1.00 vMB 81
615,793 615,793 0000000000000000000f84c4837bec054f4de120342d5bead28482bfbac3b7c8 2,983 1.00/1.00 vMB 17
615,792 615,792 000000000000000000060aa85331de373bb3c5a6d29f042c33a68d12f1b2bf4c 2,689 1.00/1.00 vMB 23
615,791 615,791 000000000000000000048dd64065b3008edfa9c3da53fcbe7488d8958b7d1425 2,745 0.99/1.00 vMB 15
615,790 615,790 00000000000000000009888ccf6d78f0f4e43f9bf7e22d0cf0659f8e1a4cacf6 2,950 1.00/1.00 vMB 38
615,789 615,789 0000000000000000000ba4ce3dca1a8eb53ba3c2022d93d3c6fcc0f3a85fe845 2,435 1.00/1.00 vMB 12
615,788 615,788 0000000000000000000b54311309f138e078d3da256f0a85eb2676eb1fa9c1d4 2,432 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.39 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.64 GB
    • Received: 15.02 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.