Loading Tool

Explorer IconExplorer

Memory Pool

41,726 transactions
27.57 vMB
0.06986156 BTC
Random Selection Loading Transactions
Max Size: 142.64/200 MB

Candidate Block

Mining Attempt dc46a0e69d762647db0d5173c0fba47832962ac8f0fee29534a37b6d4f320bb3
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 6832d34ad0f332c813e8076b5c617e1996c9d9d0cf3f319877156739e594af05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01554498 BTC
Feerates: 100.53 > 1.56 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (344,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,686 569,686 0000000000000000001e5ea6696b7114eb42696a2351ebe45142bbc65d350605 2,332 1.00/1.00 vMB 16
569,685 569,685 0000000000000000000016bf6fe5158d3aaccf13c59b3b672441d5f24d166b1f 2,946 1.00/1.00 vMB 23
569,684 569,684 0000000000000000000c203dcfd2a999553dc1431fe9183fac737f61db040e64 2,647 1.00/1.00 vMB 30
569,683 569,683 000000000000000000106608ea9ecc345a9ded8bf641eaeacd97c40cf91cb2c2 2,661 1.00/1.00 vMB 44
569,682 569,682 00000000000000000009b1e0823c3d6b861295683da9affe5eb7f50168cdfebc 1,582 1.00/1.00 vMB 43
569,681 569,681 0000000000000000002b2801c812c2b69d917d1d4265e1977e482ff910b92310 2,935 1.00/1.00 vMB 59
569,680 569,680 00000000000000000015425603fb1dd2574ffcdf6a2c0d5f5155741f1c2567a2 3,047 1.00/1.00 vMB 58
569,679 569,679 0000000000000000001b648753e7e403b10017f7f6b478240d16eec74e6c3609 3,083 1.00/1.00 vMB 40
569,678 569,678 0000000000000000000154c8b10ea0a7038ae70d0b0fb6c60232927c28022349 3,079 1.00/1.00 vMB 12
569,677 569,677 000000000000000000178fff4a3d245abe737403f84045b333ae2a7b11c232d3 2,991 1.00/1.00 vMB 21
569,676 569,676 0000000000000000001c5929e1cd5ce1a1dbc677773c592b89b204856a04b46e 3,074 1.00/1.00 vMB 43
569,675 569,675 0000000000000000001e5e46dd9d5a0147734f60f5646941208034de756b6f52 2,201 1.00/1.00 vMB 46
569,674 569,674 000000000000000000194b90f26bf7957710fd6271d55eaa7940ced25bf6298b 3,155 1.00/1.00 vMB 2
569,673 569,673 00000000000000000021807ecae84d80d91901052e6f56d211f31461cacc1748 3,169 1.00/1.00 vMB 33
569,672 569,672 0000000000000000001a805557bdac5906ac937e9b3467fa278a7a55c33e728c 2,296 1.00/1.00 vMB 16
569,671 569,671 0000000000000000001a4913fa3802f19d12dfa9dd92d9dba8497d2514632ab6 3,261 1.00/1.00 vMB 28
569,670 569,670 00000000000000000025276a1683ce713aa1b23d4bdfd964240541c9c29f63da 3,070 1.00/1.00 vMB 29
569,669 569,669 000000000000000000164ec679c970288207078bd266f6250212af6272862e3d 3,207 1.00/1.00 vMB 48
569,668 569,668 0000000000000000002027639d3c1f5fc3a690baf39628c0cd5dfda15b2edb3d 2,935 1.00/1.00 vMB 26
569,667 569,667 00000000000000000009018668efdfd3091e4d8f1ec9cbae622949b8da4192b0 3,121 1.00/1.00 vMB 9
569,666 569,666 00000000000000000009aef3a720ead3df9bb334590b5635da748c7a7b5c42b7 3,154 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.