Loading Tool

Explorer IconExplorer

Memory Pool

41,445 transactions
26.00 vMB
0.05300862 BTC
Random Selection Loading Transactions
Max Size: 136.09/200 MB

Candidate Block

Mining Attempt c6c214ba526f44dd0573a19b6e052bd8cd1200cc50eb1371fe0b7c831cca0466
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root bc8ddf0e015f4e257d7815c63fe3aeb105ce021e1a572f1d78d9ac3c7d35957d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,921
Size: 1.00 vMB
Total Fees: 0.00575206 BTC
Feerates: 61.00 > 0.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (100,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,610 814,610 00000000000000000001e399a1e0529d9dafd8b158e9117c6110cf888695d84e 5,093 1.00/1.00 vMB 2
814,609 814,609 0000000000000000000150b8ff0532aef56eeb015c03b8640da20f4fe7dde4b0 5,008 1.00/1.00 vMB 3
814,608 814,608 000000000000000000009eec318a741e62e08df26dda62621d8a43750b2d585e 3,934 1.00/1.00 vMB 4
814,607 814,607 0000000000000000000441d16394e2ee9ab8f3776850709d3b78e5dc4eceee84 2,930 1.00/1.00 vMB 8
814,606 814,606 00000000000000000002221fa17dfc729edc2e525089b737a66ce7aa55ebb005 3,038 1.00/1.00 vMB 10
814,605 814,605 0000000000000000000210c98e1ecdd54a98631e1fd1b9bf54473af3fadc9754 1,282 1.00/1.00 vMB 3
814,604 814,604 00000000000000000000f6e9926d902c0a56efe7cbe7747df9fbb6fe4427cc1c 2,221 1.00/1.00 vMB 9
814,603 814,603 00000000000000000003b8b49b1bb65d01b2e8b237030f445bdbf9a01ed7178f 2,022 1.00/1.00 vMB 6
814,602 814,602 00000000000000000002c0cd3b62beb31b2d5eb4e68014db20b68f9c3f8bb2c3 1,936 1.00/1.00 vMB 2
814,601 814,601 000000000000000000006808a9823e3ab9e1c592cb4b73fc4df2e73765ce24d2 3,648 1.00/1.00 vMB 5
814,600 814,600 00000000000000000001e80627a8c2c793515c7804907b2d7488c45c82a48e34 2,516 1.00/1.00 vMB 5
814,599 814,599 0000000000000000000006d9165b5b87ca590ad95b1486b427e959e8b9c27961 224 1.00/1.00 vMB 3
814,598 814,598 00000000000000000002624595a684283b4b7beaee63d1ff91c3fd10d730a4cd 1,918 1.00/1.00 vMB 7
814,597 814,597 00000000000000000001733980ae1b4bdd67035a630cf606849d84af589fa54c 1,973 1.00/1.00 vMB 3
814,596 814,596 00000000000000000001f913003ab33cfadb3a267ddf2f6b73d5c298921ce902 2,609 1.00/1.00 vMB 10
814,595 814,595 0000000000000000000481499e740349a6d5978a202568881d4264934c548737 1,347 1.00/1.00 vMB 7
814,594 814,594 00000000000000000002dcd142e6b2eaf20695f73ff9c170c6df596c0bd4eb55 2,273 1.00/1.00 vMB 13
814,593 814,593 0000000000000000000268e824c3406d2feb07319c0e28a0e6122ed69b4f2aca 3,045 1.00/1.00 vMB 14
814,592 814,592 0000000000000000000436ea59089f8465c5eadba2877593c490c504f4c5ed2d 2,966 1.00/1.00 vMB 16
814,591 814,591 00000000000000000004485813239027d31c52d9b578f9df55882d3c353615bd 3,059 1.00/1.00 vMB 9
814,590 814,590 00000000000000000003aff8ce743986470eda43e74fb1d09de864d1a2fe34e5 2,348 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.