Loading Tool

Explorer IconExplorer

Memory Pool

32,810 transactions
25.20 vMB
0.05195144 BTC
Random Selection Loading Transactions
Max Size: 127.34/200 MB

Candidate Block

Mining Attempt 0210974b987a202859e524906f2cdbc7e5d52baff77198ddea1e89f6a58a7945
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 462956a31971ab8f212033c1a92c17c44b805dad5af26f14bf6173a1dbf46791
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,070
Size: 1.00 vMB
Total Fees: 0.00652717 BTC
Feerates: 101.16 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (85,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,593 829,593 00000000000000000000bcc6a2dde5f8bd53b88dad3bfaae90ce3c75ab182686 1,636 1.00/1.00 vMB 25
829,592 829,592 000000000000000000033381cfc09e4253517729fae6c317e55c09bd1e4c0940 2,051 1.00/1.00 vMB 30
829,591 829,591 0000000000000000000105868bd25eb1b42397fc0a749e9a6477b4c145dcd3fc 2,045 1.00/1.00 vMB 32
829,590 829,590 00000000000000000003a55406eac06ee70db4e46abbacd02b88d6ae52b146c1 1,139 1.00/1.00 vMB 27
829,589 829,589 000000000000000000019e726404bbf0fd6499e0f4e9b501f1c04fa36a900634 1,844 1.00/1.00 vMB 28
829,588 829,588 0000000000000000000355db49bb6f1561f71229fbebd94e2795b7217745d7e9 2,252 1.00/1.00 vMB 32
829,587 829,587 00000000000000000001e61134fe37ed780a4d0e3c755ab7af0f932a9cbb6f4a 2,647 1.00/1.00 vMB 48
829,586 829,586 000000000000000000032fb99211893a064090b5095958b3a5ad635791e6e7f4 815 1.00/1.00 vMB 23
829,585 829,585 000000000000000000019e0db106d1d6db3c325633be4e5c3b91b6cd8671e09c 635 1.00/1.00 vMB 24
829,584 829,584 00000000000000000000868d5a28af7dd2e0f32c279a097c7c098aaf4915f407 1,434 1.00/1.00 vMB 30
829,583 829,583 000000000000000000000ca86658040b6c4e5661dd02f878b378ca5d6134352f 1,617 1.00/1.00 vMB 27
829,582 829,582 00000000000000000003af316ae8281399b19016a9d1ff4398a29a2d21825785 1,615 1.00/1.00 vMB 26
829,581 829,581 00000000000000000002168b2e1be0fa4b1826c3c05b638bd302b218363140fb 2,949 1.00/1.00 vMB 41
829,580 829,580 0000000000000000000011031224ed242432c48a9cb3b5a0195db1df67ed5ca1 2,777 1.00/1.00 vMB 37
829,579 829,579 000000000000000000035c141d0146f7bb8525d1e7da1c9b341489a3e52fabe5 2,648 1.00/1.00 vMB 69
829,578 829,578 00000000000000000001ca4d7280e4f146c4eea05a3b61385f46f3ca8f7daf9d 700 1.00/1.00 vMB 24
829,577 829,577 000000000000000000007127e86a7c24a20b254ac6a4787be47866bd4df99f4f 1,927 1.00/1.00 vMB 29
829,576 829,576 00000000000000000000c54a2c36f1f24f372505de18a5fc43543ddd9aa8b453 2,801 1.00/1.00 vMB 45
829,575 829,575 0000000000000000000368db346de939396f39aab3d3568bf2a042783fd0182f 2,270 1.00/1.00 vMB 40
829,574 829,574 00000000000000000003189101ba3410c33e50f188a8201533f11adb45478fa6 2,611 1.00/1.00 vMB 30
829,573 829,573 0000000000000000000210b771715468a0f60b7f34499a85ce1301c7fbcc26de 2,431 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.84 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: 637.79 GB
    • Received: 12.44 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.