Loading Tool

Explorer IconExplorer

Memory Pool

40,678 transactions
25.93 vMB
0.05584713 BTC
Random Selection Loading Transactions
Max Size: 135.23/200 MB

Candidate Block

Mining Attempt 94dbaedf4f8c3c4586b5a1ae7d49c49d5698dd6d383610c42aec37ce6f32769e
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root c82f9618c6355faf4ebce0d31159257b1dbfc6c101ba8a973e80411df8f54df8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,591
Size: 1.00 vMB
Total Fees: 0.00867835 BTC
Feerates: 100.00 > 0.87 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (250,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,650 664,650 00000000000000000003e5544b6bbde799204b2bc809d58943f69381abb528db 1,538 1.00/1.00 vMB 84
664,649 664,649 0000000000000000000d8317275bd0fd6bf70f6148af90a40d10f7ddee4ec62b 2,328 1.00/1.00 vMB 77
664,648 664,648 000000000000000000033ead5c515470651329dd4655fa5f5765bc6f3d2d40de 2,938 1.00/1.00 vMB 95
664,647 664,647 0000000000000000000c49f96b7ab2bc834877d57eb403665ad06e05cfb220e1 2,958 1.00/1.00 vMB 79
664,646 664,646 0000000000000000000875c4a1eb5e6206cd027b3e7693626adf21c2e7e04428 2,752 1.00/1.00 vMB 96
664,645 664,645 00000000000000000001892dff4e91a5d0aef060cac583c054148d4794a02f4f 2,884 1.00/1.00 vMB 100
664,644 664,644 00000000000000000003503b14347716a7127ebc92d13b749e195ba68bfc38e0 2,668 1.00/1.00 vMB 99
664,643 664,643 00000000000000000006927d7f1352e5817b3b43ed1d0c66b0407ae24e77de39 2,433 1.00/1.00 vMB 95
664,642 664,642 0000000000000000000677a189a293af222b1d2425bbfbc9d46660bc134d5f4a 1,042 1.00/1.00 vMB 92
664,641 664,641 00000000000000000009dac4f1c7988df0dc14052f7e636a742079b5413b372e 2,069 1.00/1.00 vMB 108
664,640 664,640 000000000000000000008fb4b1b5c7c276b558f69ed84f78d7258eed16882df4 1,625 1.00/1.00 vMB 96
664,639 664,639 0000000000000000000361d4ec143819f327c60bb8da9aa0e8e25dff241a87b5 2,126 1.00/1.00 vMB 96
664,638 664,638 0000000000000000000da4a0dcefe6ccea3a90e951b050164dcaaa3383bc7e60 2,295 1.00/1.00 vMB 52
664,637 664,637 0000000000000000000977eb03c58f61cad7e5919bf56ad1fc4beea7123e82ae 2,681 1.00/1.00 vMB 48
664,636 664,636 0000000000000000000973aa10df5acc416ab85bb3f91e637368949357fe28b5 3,041 1.00/1.00 vMB 53
664,635 664,635 00000000000000000009d9ee18cadecaebd37fa3c95bb364f79f2863a763e8d7 2,724 1.00/1.00 vMB 87
664,634 664,634 0000000000000000000bbb8c1d6f843fff6fbf9e363614e3de82469610363fea 2,122 1.00/1.00 vMB 60
664,633 664,633 0000000000000000000237cc8ff1d424d8919da65c1ba0f3d450026c471902a0 2,148 1.00/1.00 vMB 48
664,632 664,632 0000000000000000000aa97604a0bbb750ac8ed50e508186dfa60b55e019111d 2,795 1.00/1.00 vMB 65
664,631 664,631 000000000000000000072ad44a4b9b7009f84137402b075cfe083fa793334531 1,441 1.00/1.00 vMB 81
664,630 664,630 00000000000000000008c1d62f8588dd641eb6d95f6be50404732475b078da70 3,000 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.