Loading Tool

Explorer IconExplorer

Memory Pool

80,007 transactions
30.14 vMB
0.07981715 BTC
Random Selection Loading Transactions
Max Size: 184.33/200 MB

Candidate Block

Mining Attempt 91b38d5d037b7435dc0323ba9c2c27b961ef8ecd0135b83c5085c5b4f256ea8c
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root 9c42182ee74f037377caaa1e3f3427aefaa8a6b277ab88c148028bb0b2ea11cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,416
Size: 1.00 vMB
Total Fees: 0.01262966 BTC
Feerates: 104.17 > 1.27 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (109,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,720 805,720 0000000000000000000353fbdb4a4ddcf49a6b5a9c9ba0518a78ab3d2d03a923 1,972 1.00/1.00 vMB 16
805,719 805,719 00000000000000000003d2e397a51e16b5d1bc684808a43cfdf9e020054f9fe2 3,207 1.00/1.00 vMB 16
805,718 805,718 00000000000000000002b1427a54d0935025bc76eb0b0e97f32e25b582d7af6f 2,581 1.00/1.00 vMB 17
805,717 805,717 00000000000000000004671893c6939a82634257f32c66d30ad76e8dfad2bd41 2,856 1.00/1.00 vMB 16
805,716 805,716 00000000000000000003fc9130c45988be08e89590bb4259bd4ad4fc02725745 3,888 1.00/1.00 vMB 30
805,715 805,715 00000000000000000000fed8b65a9ccc636b82f418ee9b3d28acb785aafc29bc 2,517 1.00/1.00 vMB 18
805,714 805,714 00000000000000000001db664773c116dd14064671a27c3aa4aa34abed0928ba 2,078 1.00/1.00 vMB 17
805,713 805,713 0000000000000000000009aff852b017d7a66bb486ce358b71ad91f7f61778a5 2,286 1.00/1.00 vMB 20
805,712 805,712 00000000000000000004f38aaecd5461534a6dc57ebcd19ebf4b47d7b89b48b5 3,334 1.00/1.00 vMB 19
805,711 805,711 00000000000000000001d350a623a1f578741810fb79dc13c111a157218235d3 2,911 1.00/1.00 vMB 20
805,710 805,710 000000000000000000044af8d14973858b8bd708491ec5f61278213bd820229a 2,710 1.00/1.00 vMB 24
805,709 805,709 0000000000000000000181108523f8ab8d3c11e8814fa079b3c164d058b50a4d 3,816 1.00/1.00 vMB 33
805,708 805,708 000000000000000000002e529534fd0c9b8452d9005c5a798d1229bc507533dd 2,428 1.00/1.00 vMB 17
805,707 805,707 000000000000000000016366d1eb3b641281d6f3c6d89711f7a02a07deb509d1 3,397 1.00/1.00 vMB 31
805,706 805,706 000000000000000000016ed6bf1a9f317a5416e2885be75e208f77dbd2702a57 2,483 1.00/1.00 vMB 13
805,705 805,705 00000000000000000001c9d56b5662316ce4ff21b0bee9414e84d75ca6f5ec7c 2,477 1.00/1.00 vMB 17
805,704 805,704 0000000000000000000415dd454b49bce744b8d63e5e112d6af12a9c67402b09 2,247 1.00/1.00 vMB 16
805,703 805,703 0000000000000000000023cd13096a77ca42154b7d8dd9398d06c821df5c4661 1,992 1.00/1.00 vMB 11
805,702 805,702 00000000000000000003dc4bb84924067d7cea04aa310233475f2d31a80eac5c 2,276 1.00/1.00 vMB 16
805,701 805,701 000000000000000000020e181f5e42845ab4e9cfe48481a530d62481baea6e36 1,961 1.00/1.00 vMB 19
805,700 805,700 000000000000000000023d879fd2af988443f4229bb59f109cece61a42237d5c 1,942 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.05 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: 720.56 GB
    • Received: 18.19 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.