Loading Tool

Explorer IconExplorer

Memory Pool

40,803 transactions
28.45 vMB
0.06432613 BTC
Random Selection Loading Transactions
Max Size: 159.41/200 MB

Candidate Block

Mining Attempt b662f7fd23a0550b2a174ae0d96635363426ddd0267f8b0c18ace952b973e240
Version 20000000
Previous Block 00000000000000000001725cc2ad82a0918a826af196e5c38d25f32859f29daf
Merkle Root 6dfd52e8c80a7c1d991b78ba30bf1af1c5fedd6abe9cf9d63a09d247fd434887
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,645
Size: 1.00 vMB
Total Fees: 0.02430281 BTC
Feerates: 298.94 > 2.44 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,534 (37 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,497 940,497 00000000000000000000f6fc3d7178aa717fe39766e76629bd72e4bf9258ccad 5,906 1.00/1.00 vMB 0
940,496 940,496 00000000000000000000f3785c73709f7f3612d6efee75d7d47ba60a0ce157b8 2,186 0.71/1.00 vMB 2
940,495 940,495 000000000000000000001136915893a19740651bc578e6e858c1a4edcc4c0c89 5,574 1.00/1.00 vMB 0
940,494 940,494 0000000000000000000180bef16a6e300f68ba2f95a873354124ff06cdb6b0aa 4,331 1.00/1.00 vMB 1
940,493 940,493 0000000000000000000084c46c031dadf583cc9d06c52d2044d64b5e4b95faf4 6,688 1.00/1.00 vMB 0
940,492 940,492 000000000000000000002e0d469bb5c5e46925af28dbaf2124cb6f19199d97d4 3,556 1.00/1.00 vMB 1
940,491 940,491 000000000000000000013dd16f3f20e2114bfb6fa910cc8fe642af8a2ba0f624 4,601 1.00/1.00 vMB 0
940,490 940,490 000000000000000000004fdd17846b679184aa81a4dd240c5264d10f3bc2f05a 1,530 0.52/1.00 vMB 2
940,489 940,489 00000000000000000000bd14a9219ed29b1ef97ef6938a3b659ca872d1e5241d 3,948 1.00/1.00 vMB 1
940,488 940,488 00000000000000000001368cebc8f1daad8860f08d145063d30b1d64c91f8e37 3,054 1.00/1.00 vMB 3
940,487 940,487 00000000000000000001c90e10271589d7b77494da71d535a8a74b63c2020497 2,212 0.76/1.00 vMB 2
940,486 940,486 00000000000000000000a480b74d7e68c4ad7d30d4b850b0adac7f7aaced83d4 4,235 1.00/1.00 vMB 1
940,485 940,485 000000000000000000005f171809df37d71d90ef782fea7f790a3bdb5bc4f009 690 0.23/1.00 vMB 2
940,484 940,484 00000000000000000001dcaf7e23ceac78d61587fc4e49def8c1896829a3b0e6 4,059 1.00/1.00 vMB 0
940,483 940,483 00000000000000000001a88e1138ed2da5f8f0574d5769a8cfcf43abd3f238e0 3,257 1.00/1.00 vMB 3
940,482 940,482 0000000000000000000180d0259c54f84d49286fc077d9c28c0fe51cf7accc7f 2,623 1.00/1.00 vMB 1
940,481 940,481 00000000000000000000a849057e52a3867614d2607823e027ad343bd837ac64 2,896 1.00/1.00 vMB 3
940,480 940,480 00000000000000000001b6d5da71052e1644e95b6b2b8cfcc8e224c20d679ae5 4,895 1.00/1.00 vMB 0
940,479 940,479 00000000000000000001c96088445c046f74be8c1216facf0581b76bc9dff5b9 2,815 1.00/1.00 vMB 2
940,478 940,478 000000000000000000005df95644a969e89d673397b9333de5ce9cc73369ef62 4,455 1.00/1.00 vMB 1
940,477 940,477 000000000000000000007229e880b777454ab165789f0c73d20fc6805356efdb 5,817 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 827.72 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: 4,462.52 GB
    • Received: 243.85 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.