Loading Tool

Explorer IconExplorer

Memory Pool

43,453 transactions
26.59 vMB
0.06380882 BTC
Random Selection Loading Transactions
Max Size: 139.84/200 MB

Candidate Block

Mining Attempt 5d9230d6cc05127d986b4ecd9e63196c36a8b9cb64edc1ec3ebd72969ec3d4a0
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 9e2f0db5a4062eba1a150117a4520dbf9f0b1fec401dba7cd192ad236baad59d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,517
Size: 1.00 vMB
Total Fees: 0.01501834 BTC
Feerates: 200.71 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (341,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,801 572,801 000000000000000000190e55cd99d6bf60d47b61c08f90ac575b10a32c896dc7 1,179 1.00/1.00 vMB 53
572,800 572,800 0000000000000000000f27816836f28a593ece40750ffd755e175ad2aeb4d263 3,114 1.00/1.00 vMB 78
572,799 572,799 0000000000000000001caa2c56140884fd9e558db2786f0c9313bbae569ad548 3,074 1.00/1.00 vMB 79
572,798 572,798 0000000000000000000993c7fcaff9b7cbe195dce7761643759e43459f883a3a 1 0.00/1.00 vMB 0
572,797 572,797 0000000000000000001c48480434ab26fe15f8b6639dd6471aaaf8f60e50d76e 2,475 1.00/1.00 vMB 65
572,796 572,796 000000000000000000016416502133bc799d0c8a7caf1c7bdd3bba02faf8d26e 2,613 1.00/1.00 vMB 67
572,795 572,795 0000000000000000002555643e88dcc3f72694974f28a7af6588be6b6eb130ec 2,866 1.00/1.00 vMB 58
572,794 572,794 000000000000000000124e5d72816dbf55bce23740273e232d7d66bd9de37b66 2,929 1.00/1.00 vMB 79
572,793 572,793 00000000000000000002af114ac27f2cebbff6cc7cc64f38fb3460740f07bc2c 3,085 1.00/1.00 vMB 68
572,792 572,792 00000000000000000015c75aa8ac83f0be0049a0e793a54d9dbae60f629ea479 2,733 1.00/1.00 vMB 73
572,791 572,791 0000000000000000002c3e7ea49de583add1868c934beff52823718f07b55e74 3,078 1.00/1.00 vMB 74
572,790 572,790 000000000000000000148cc5cbb143b071e7c2fd1b579e9750982d85bd221e3d 3,245 1.00/1.00 vMB 73
572,789 572,789 0000000000000000002a4d451fb42ca849d4c48750c524f40f959da69f4394b1 2,954 1.00/1.00 vMB 83
572,788 572,788 0000000000000000002af9911ad4be6d5eeb7e94c65f89221cc3c607e9b02840 3,350 1.00/1.00 vMB 69
572,787 572,787 000000000000000000127bbe3d532fc6e4fee0d8eeb8c478af4323589ecd9c61 2,476 1.00/1.00 vMB 69
572,786 572,786 0000000000000000001a6e4b3b54fed16aad90e2094a7f95709ed4abad039357 2,505 1.00/1.00 vMB 89
572,785 572,785 000000000000000000116cc19c8c9ef0c8efd38a9e1ac1a193fc96fa2df90547 2,801 1.00/1.00 vMB 57
572,784 572,784 00000000000000000003fc6926eac3c9d33ad5abcde6bc582d11c8d49d0bb67c 1,015 1.00/1.00 vMB 25
572,783 572,783 00000000000000000005fd7aa1d4366c9d6362020089cc04a7fa800d541eb4a8 2,648 1.00/1.00 vMB 32
572,782 572,782 0000000000000000001acecca496c5b661585f60241b7546fda25f834a41726d 2,550 1.00/1.00 vMB 69
572,781 572,781 00000000000000000007630aafe81ffa8a3ffaeeafbbb84e8f91118c66afb174 2,715 1.00/1.00 vMB 26
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.83 GB
    • Received: 12.78 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.