Loading Tool

Explorer IconExplorer

Memory Pool

77,407 transactions
28.71 vMB
0.06700916 BTC
Random Selection Loading Transactions
Max Size: 174.26/200 MB

Candidate Block

Mining Attempt 44f11eeaec188ee6460d9cbcaf36309b69ca9bd23ab031be62d1fd9a5601dc35
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 2ed499561deb074c98f832d83fe25334cfb873f4ff9c7c9968617c08ae49fb32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,502
Size: 1.00 vMB
Total Fees: 0.00739192 BTC
Feerates: 100.53 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (296,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,469 618,469 000000000000000000114bde52145d81c7eabceaf7f2e888aec74b5683e0a4d9 981 0.33/1.00 vMB 18
618,468 618,468 0000000000000000000cbadcb273c37a145ee4799651de35228295ec106e21f4 1,954 0.57/1.00 vMB 20
618,467 618,467 0000000000000000000450ce854fd2a90dc7f4f25540e57d7ca3417179b6c81d 3,114 0.88/1.00 vMB 4
618,466 618,466 0000000000000000000a21ea0dae3b98418e85e7be1a7afd5cca9f9d0296d58c 2,940 1.00/1.00 vMB 16
618,465 618,465 00000000000000000003aa541e724772ff1d6de5a65e8d31e2117688c9fa516b 2,429 1.00/1.00 vMB 24
618,464 618,464 000000000000000000113ff92747c4dbc06a9f48f7020909314bca044f7526ab 2,635 1.00/1.00 vMB 7
618,463 618,463 00000000000000000009f97c4a4e8d4c2b2e49df2809ec6067fcfdc13d6adf54 3,049 1.00/1.00 vMB 25
618,462 618,462 0000000000000000000be0ddb40bca63a01e99f46d1b7ad320a3ac251f0ce429 1,727 0.53/1.00 vMB 18
618,461 618,461 0000000000000000000d01eceb3c55902b169695dccda4fbf86e01f7e007f687 297 0.10/1.00 vMB 20
618,460 618,460 0000000000000000000de2e339f1785b5406734e3989d68aa8a0ca9ddad6e57e 55 0.01/1.00 vMB 11
618,459 618,459 0000000000000000000a9429b3a6e50622aaccb76ce3b4a1deaabc215f8b32b4 1,150 0.38/1.00 vMB 19
618,458 618,458 0000000000000000000bb4aef99fca460a498fb508eac89cb6fabed546b029fe 190 0.06/1.00 vMB 23
618,457 618,457 0000000000000000000f0212f65c9418cd5b28a895442459ef9750c1bc0c599b 1,067 0.31/1.00 vMB 2
618,456 618,456 0000000000000000000d65cda0ab188ca8754be4db72e51e5bee8d6b0e802f6e 3,164 1.00/1.00 vMB 10
618,455 618,455 0000000000000000000f677fc4b80a2ec8e6bcdceb6654690969d990a197fda1 2,735 1.00/1.00 vMB 22
618,454 618,454 000000000000000000055a74968aabca8455af90d72940592101dba20f31e755 2,319 1.00/1.00 vMB 18
618,453 618,453 0000000000000000000634029170283dea2186342cb903b0874d686ac5538236 2,431 1.00/1.00 vMB 25
618,452 618,452 000000000000000000116e29b69b67a4bcef33f24bce4569767504c3c90994d9 758 0.25/1.00 vMB 19
618,451 618,451 00000000000000000004dfd8e03cbf03587d254db9f93406a12ef65a91570c74 1,237 0.57/1.00 vMB 14
618,450 618,450 0000000000000000000a59163902fd7e3bd58810288590e36a19528e38eabc0d 1,018 1.00/1.00 vMB 15
618,449 618,449 0000000000000000000a7d527185beda404d4eef37ca54ae74e0e70f589a00d5 46 0.01/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.