Loading Tool

Explorer IconExplorer

Memory Pool

79,863 transactions
34.84 vMB
0.19125394 BTC
Random Selection Loading Transactions
Max Size: 194.11/200 MB

Candidate Block

Mining Attempt a05895ba8bcf8f71e7db21edc63b60c3e40fddcfb25df52058a0e99c1e2b8e59
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 6433ceedcf0724d0d408edc2b838b691de30acf50ca761f320ff6ee559b88dcd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,531
Size: 1.00 vMB
Total Fees: 0.05899228 BTC
Feerates: 477.45 > 5.91 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (38,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
876,955 876,955 00000000000000000000cb228881ee25d8b8ff65186e7de3f10dd25bb17bd9aa 3,443 1.00/1.00 vMB 5
876,954 876,954 000000000000000000012c19078e4a6a1cc27ac10eab37a5f925a6bed14d80b8 3,336 1.00/1.00 vMB 5
876,953 876,953 00000000000000000001361ff2ea4a4fcf9066c90af5ae31f72e1e4c5899daa1 3,478 1.00/1.00 vMB 6
876,952 876,952 00000000000000000000964f17b0083486f6fd16157b5d1032a1689219ceab5d 1,665 1.00/1.00 vMB 2
876,951 876,951 00000000000000000000a967921c37960217c60e331a00dd2f6d3fed67c5dfb4 3,714 1.00/1.00 vMB 5
876,950 876,950 00000000000000000000a6fb991e162d5a77a445864903c364a3dac96d267707 3,283 1.00/1.00 vMB 4
876,949 876,949 00000000000000000001eab560377fbebd77268fb1857bbc3432ff3e3e3ab2a0 3,876 1.00/1.00 vMB 6
876,948 876,948 0000000000000000000219ce89bfe52dbbf8d70141346c6f02e81fb9c4893f3f 4,542 1.00/1.00 vMB 7
876,947 876,947 00000000000000000000b28055be89b8905beda1ef4ae212b5b9b35a8039ca8d 3,752 1.00/1.00 vMB 3
876,946 876,946 000000000000000000012d200434a227a8c1350fb7848481b1e35fdc9ea9e6bb 3,612 1.00/1.00 vMB 6
876,945 876,945 0000000000000000000225116b077ad0ea3c8d6985027f6783480559a65fa976 3,881 1.00/1.00 vMB 5
876,944 876,944 0000000000000000000189088f33d355378ebeccbd0cd3c9e7dd49311f45a099 4,773 1.00/1.00 vMB 2
876,943 876,943 000000000000000000004f9c12aa322bc380f0306707dc64efd6786f85d1a66c 4,353 1.00/1.00 vMB 5
876,942 876,942 000000000000000000001ff837d3edbe4aba4a99fdd30ab06ef57443bc969463 3,919 1.00/1.00 vMB 6
876,941 876,941 00000000000000000000beb9d1ff374226edd1838bb1c7ecd0bc3bd566a08165 3,892 1.00/1.00 vMB 5
876,940 876,940 0000000000000000000130a4889f70f893934c7deb41d1bcae0671e705b4b4aa 4,351 1.00/1.00 vMB 5
876,939 876,939 000000000000000000006b3dd46fd31fa7a4452aae6ec095e99960f98dc014d3 3,805 1.00/1.00 vMB 6
876,938 876,938 00000000000000000001330b19514a342ff0cb95b4df6a51f94116067b4cf21f 2,457 1.00/1.00 vMB 4
876,937 876,937 00000000000000000001d7ae8310450ff3c731a15ec7c28e0083795aaa3b4439 2,177 1.00/1.00 vMB 3
876,936 876,936 0000000000000000000224342a1e603f6e559b7711a3588c036e5d6db55e4b6d 271 1.00/1.00 vMB 1
876,935 876,935 000000000000000000021251c23808dc2b99f84c7c321e43d9b9d7a342ccc1af 445 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.11 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: 735.79 GB
    • Received: 18.58 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.