Loading Tool

Explorer IconExplorer

Memory Pool

83,231 transactions
30.69 vMB
0.14475237 BTC
Random Selection Loading Transactions
Max Size: 184.74/200 MB

Candidate Block

Mining Attempt fa6b37b1f10443e0be50d370c744adfc9af1cb304f79931881938e758a2fe341
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 17823001fa4176a2021275972cdd089e16e345d7c06628cf8cfdb25fa2dab2a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.07971212 BTC
Feerates: 150.77 > 7.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (250,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,655 664,655 0000000000000000000d0594730ec1e2d71df8d5bff9dee98b5f57982ceabd86 2,833 1.00/1.00 vMB 85
664,654 664,654 00000000000000000001801a00e3617ea4d870a71d5c3fe309a899107f1e643a 3,059 1.00/1.00 vMB 94
664,653 664,653 0000000000000000000b70bd2826dbb95e15110526bc42d9b5c731655aabbd96 2,669 1.00/1.00 vMB 93
664,652 664,652 000000000000000000017ec9aacd80f9cfa6fc7219edc451d06dc2ac87d9618f 2,717 1.00/1.00 vMB 84
664,651 664,651 0000000000000000000a089491112e0ca4480a79b11ef153112eccc89794b85f 2,744 1.00/1.00 vMB 85
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
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.