Loading Tool

Explorer IconExplorer

Memory Pool

78,430 transactions
29.09 vMB
0.11607052 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt cf53ad2cefc9eb82139f3a2fdf4e11ba45801e686ec0c46fd93ed24d130695c0
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3f6f32defca73b03bab95de4565aa101b5dd3447e67b13a12ab53d2f6d9362f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.04164852 BTC
Feerates: 150.80 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (280,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,562 634,562 00000000000000000000b08dcdc6087467cbf8283288d82042ed14ee5a9009e9 2,184 1.00/1.00 vMB 19
634,561 634,561 0000000000000000000f9dd2dd6e0089f9b3b2122146caac4bdeceb799370643 2,301 1.00/1.00 vMB 22
634,560 634,560 00000000000000000005acc02e455be9e9d6b5da0fd64f5267111d8c3e25258b 2,373 1.00/1.00 vMB 32
634,559 634,559 0000000000000000000e68f4c44c271fc87df749959ef6d0dbd66ba02f3041af 96 0.04/1.00 vMB 155
634,558 634,558 00000000000000000007c0b1bcbd723c60d5ba63bc169567626147ca47a3fe7c 1,434 1.00/1.00 vMB 25
634,557 634,557 0000000000000000000f0aac2d1a379ac0e8ed6649e1f08a264ac56ae83495a3 1,624 1.00/1.00 vMB 16
634,556 634,556 000000000000000000083926e897265ad3e61bc14205d42312710ad0efa7aaf0 2,078 1.00/1.00 vMB 21
634,555 634,555 000000000000000000042aceae09ce6771c07d2c9ba277b13abedd7301631928 1,485 1.00/1.00 vMB 46
634,554 634,554 00000000000000000003e8f3bf797daec07a3378d49c06a4dd5450e41c0d48ad 2,229 1.00/1.00 vMB 33
634,553 634,553 00000000000000000008295e1601c034962c9d94bfad4179ae372023b7666332 131 0.07/1.00 vMB 10
634,552 634,552 000000000000000000144646e520d80b661922aaa0006d6cab47d90403cdafbe 2,118 0.73/1.00 vMB 11
634,551 634,551 0000000000000000000c89e46dcdf663097f542f181fb40fd562ea75b905c1af 1,790 1.00/1.00 vMB 7
634,550 634,550 0000000000000000001473ff35a7b981c0dbcb00440f702c69baf06ab87289ba 1,769 1.00/1.00 vMB 20
634,549 634,549 00000000000000000002490ff0dadbfb53bf9678c7f4ea9d770e685c0c5b50fe 1,800 1.00/1.00 vMB 19
634,548 634,548 000000000000000000037dfbcc3de9eea2dd9830d186ce69ba39dc28c9218f83 1,722 0.99/1.00 vMB 15
634,547 634,547 00000000000000000006c3a35804ba62fc6a0686aea40f06617d8c3f6a4553ec 1,501 0.52/1.00 vMB 19
634,546 634,546 0000000000000000001444e82fbc5a4d4cce647f79c4842f83c3fc41c625571b 2,065 0.85/1.00 vMB 14
634,545 634,545 00000000000000000003901be5b95cabda66d2bc1dbca0fee207b89a42207745 1,698 1.00/1.00 vMB 3
634,544 634,544 00000000000000000004b9c9bad933f1efc7e9220e3e98303497a6e26bca780e 2,251 1.00/1.00 vMB 13
634,543 634,543 0000000000000000001191f1ee378dc21b7e68547e768c8a04260db205a89479 2,367 1.00/1.00 vMB 10
634,542 634,542 0000000000000000000f1d4d5ac082fb0b926577110129d0c860b8db8d554d05 2,662 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.