Loading Tool

Explorer IconExplorer

Memory Pool

106,245 transactions
19.79 vMB
0.06892839 BTC
Random Selection Loading Transactions
Max Size: 155.79/200 MB

Candidate Block

Mining Attempt 69f659517c690b47cc11cb82dc98440f84f9eef4a5ed023b01cb46964536ae9c
Version 20000000
Previous Block 0000000000000000000090b042f44443e98a287c62a4f2f9c3cc67b5ff6a6c18
Merkle Root 1d3e55eeeb3b0fd8a1c3ae3c7c33dd7cd44422aa70ebc02d49900ff85324630d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.02112194 BTC
Feerates: 222.83 > 2.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,845 (823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,022 916,022 0000000000000000000184d075a2f8e44ff43abe091dd7b1cebbbcef72087c2b 3,953 1.00/1.00 vMB 0
916,021 916,021 00000000000000000000c9f6c8788c1517ddeff6c856c60b0bc2ae501e333aa8 4,576 1.00/1.00 vMB 1
916,020 916,020 00000000000000000001f00cd45f5d23450a3a66def4a6af1530be4ddbb6401e 3,666 1.00/1.00 vMB 3
916,019 916,019 000000000000000000018b56d8d0bad3e9295a9febdab4c12e3bd58d1bb8cbda 2,967 1.00/1.00 vMB 0
916,018 916,018 0000000000000000000051ec7d070dfb62ec970fcf152862e10664bd0a92aea6 3,542 1.00/1.00 vMB 2
916,017 916,017 00000000000000000001ec54eb6b028aceaf3d43a246dd6a23a3c7fdbd6c36a9 881 0.33/1.00 vMB 3
916,016 916,016 0000000000000000000118658064e724b869fe14a85f8eadef50463ba4777080 1,214 0.38/1.00 vMB 5
916,015 916,015 00000000000000000000c3f30e6faeac8349882e9dd44c6b5b34bbcf58831254 4,462 1.00/1.00 vMB 1
916,014 916,014 00000000000000000001cee8e5c3ac73d3b2f56f598a07a467ca467d0f4f3fc0 2,196 1.00/1.00 vMB 2
916,013 916,013 000000000000000000004669376864b9688556e7bdad10f1a26139e9717924e6 3,797 1.00/1.00 vMB 5
916,012 916,012 0000000000000000000081843c373ac7d2abb70871ff099e32ca0ebc47c3f1c4 1,466 1.00/1.00 vMB 1
916,011 916,011 00000000000000000000371ccb965255c0e1e71b719ba1a2f0df304c4bc62841 2,022 1.00/1.00 vMB 1
916,010 916,010 000000000000000000010bd9395766901b2e4123cfd2f76c88d11725154789b8 3,341 1.00/1.00 vMB 3
916,009 916,009 00000000000000000001a259ecef69593a35a1f73f6fba9312ba54d69f7a7e0e 3,961 1.00/1.00 vMB 7
916,008 916,008 00000000000000000001d004763c7593ba5a20d2f474adb18f835c6e283fc714 5,615 1.00/1.00 vMB 0
916,007 916,007 000000000000000000000ed965b034585b3e83b3a3511fc319d97b97c2029fc2 3,026 1.00/1.00 vMB 1
916,006 916,006 00000000000000000001546a74334c799805556303073fa089be3b13a23cb081 3,396 1.00/1.00 vMB 3
916,005 916,005 00000000000000000000ee2e0acc6af3b63a66e94352c6e246eebd9b30b2fa81 3,580 1.00/1.00 vMB 4
916,004 916,004 000000000000000000017c51d64429fc44857e89c20e15d0516785aee4fdd00c 4,453 1.00/1.00 vMB 1
916,003 916,003 000000000000000000003e836e1e1ad7e4a94a743a759ecf7421475330478633 1,860 0.65/1.00 vMB 3
916,002 916,002 00000000000000000000453606271f7f9849462d1807ef63a9e77a8d78fbc7cc 6,187 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 785.55 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: 967.26 GB
    • Received: 29.47 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.