Loading Tool

Explorer IconExplorer

Memory Pool

28,308 transactions
28.07 vMB
0.08155203 BTC
Random Selection Loading Transactions
Max Size: 134.85/200 MB

Candidate Block

Mining Attempt ac54176a59425e7e8ca4f7db3faf72a46fae31c2aba794dee4eb40c406379401
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root ba23639de1766cd543c280ceba3194b01d0b4c1a0586ecec0545e7629d147274
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.02770709 BTC
Feerates: 150.73 > 2.78 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (297,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,940 616,940 0000000000000000000b333a132a00f9d63d9ce01107e5f65a39422e5532a1a6 2,794 1.00/1.00 vMB 25
616,939 616,939 00000000000000000005cc2126efc5f1bae0a97d8d0d8b4c0dd7b4e6bf5e972b 3,120 1.00/1.00 vMB 29
616,938 616,938 000000000000000000058ab121a9de2d24b2a2aa4aee9af1770f04a47043b72d 3,332 1.00/1.00 vMB 32
616,937 616,937 00000000000000000008b0a31a8fad702eaf229034f91fd2b5f225082a621d04 3,189 1.00/1.00 vMB 38
616,936 616,936 000000000000000000004d9db5c7a1ad24518a255c9f25a2ce671df144612285 2,173 1.00/1.00 vMB 30
616,935 616,935 000000000000000000083d47e5d2abc5f385f1243bbeb55c84e8a222b6a48204 2,500 1.00/1.00 vMB 37
616,934 616,934 00000000000000000002d41b8f5356ceebd1f04da2ed85ff62ca4e3afa687afa 2,455 1.00/1.00 vMB 28
616,933 616,933 00000000000000000002cfcbb879fc6b843ca7fc61a20823611e6507fa3223b8 3,104 1.00/1.00 vMB 27
616,932 616,932 0000000000000000000128a4a67d39853a36a82b04fe829836e06ecdc1a9c71f 3,196 1.00/1.00 vMB 39
616,931 616,931 00000000000000000000d943212305af3098f27254150d9e02e47808ee883cf2 3,448 1.00/1.00 vMB 42
616,930 616,930 0000000000000000000015deead63f3975f12088340b838db7112fbdebf3abfb 1,777 1.00/1.00 vMB 18
616,929 616,929 00000000000000000009a4666b3966db3c986a6edc7d5630912b57bb4ee23de2 2,385 1.00/1.00 vMB 24
616,928 616,928 00000000000000000002b953db6dea7e63b27825fe0bf66768052fa473d01221 2,922 1.00/1.00 vMB 34
616,927 616,927 000000000000000000012f248b0ad5e2be4ac9c551ed7fa5dfbd349a4d047ea9 829 1.00/1.00 vMB 75
616,926 616,926 0000000000000000000cc5a58ef4a1141f8f254dadeafc3f5c446e9a8aa67545 2,551 1.00/1.00 vMB 30
616,925 616,925 000000000000000000085544e4815bd366aac620f81b274a0ac5be4da9c059ce 2,827 1.00/1.00 vMB 25
616,924 616,924 0000000000000000000029617bdc29fb40316eb1dd50507bcdfa99fe2e1b4490 2,986 1.00/1.00 vMB 43
616,923 616,923 0000000000000000000de9f050bc097010537db6315652a5985c65ce8c3a60b5 3,539 1.00/1.00 vMB 44
616,922 616,922 00000000000000000010fe73cdf60766b799956d1f5ac65b83d167bd1662d1d4 2,463 1.00/1.00 vMB 19
616,921 616,921 000000000000000000054c0091c15443d06cc8069483b87b4c9c18b906b487b5 2,598 1.00/1.00 vMB 16
616,920 616,920 000000000000000000007d3593c6e4663a6d3b0d48f0279310bc7f364f749b26 2,695 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.85 GB
    • Received: 10.75 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.