Loading Tool

Explorer IconExplorer

Memory Pool

88,078 transactions
32.11 vMB
0.13379773 BTC
Random Selection Loading Transactions
Max Size: 194.60/200 MB

Candidate Block

Mining Attempt 91dd45df95b8813c6925121b659af400fa59a8207c7d6ec57fac0cb19d4dcfe4
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root aa128a57cd8bfa373cf1089b67da84ed1062bbc2f9c301c3248aadacd7c8c74a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,883
Size: 1.00 vMB
Total Fees: 0.04884416 BTC
Feerates: 101.65 > 4.89 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (357,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,598 557,598 0000000000000000001c228ba18c9f02a8f3be0bbdf3426e910c541896817814 2,406 1.00/1.00 vMB 19
557,597 557,597 0000000000000000003019af12c3ea2c2098f079022baa89d1aa119a2a1c5da1 2,300 1.00/1.00 vMB 23
557,596 557,596 00000000000000000020ecd5c324a30407b22966f263e92f2a9daf8b97250c77 1,959 0.70/1.00 vMB 12
557,595 557,595 0000000000000000000cb9b36949487a4b08a13d47e09195c2ec11d40382a0b3 1,796 0.76/1.00 vMB 15
557,594 557,594 000000000000000000047c62bf0e8c17cbad92cf7bc9409179e156168fc5d3a8 203 0.09/1.00 vMB 11
557,593 557,593 00000000000000000010d304e92060802db0bc035ec53fe7c9c698b132b4b962 2,451 1.00/1.00 vMB 7
557,592 557,592 0000000000000000000990d282ef8f582d67e41b27285ec31b54be2ddde37c1a 1,481 1.00/1.00 vMB 10
557,591 557,591 00000000000000000015d2962abb7cf31ab5d579dea7fb83d4f0dfb9fc97e551 2,397 1.00/1.00 vMB 16
557,590 557,590 00000000000000000023516085e4b96364e210d3c0d87a84d228a61e4bf21c7e 2,214 1.00/1.00 vMB 21
557,589 557,589 000000000000000000191176ba7796fd6b011f9e56e763a6601bc02f5baded8c 2,225 0.86/1.00 vMB 14
557,588 557,588 0000000000000000002c42b6397444fd83b52d51ad11bdc19b7be4b6b2ad1d80 760 0.31/1.00 vMB 12
557,587 557,587 0000000000000000000eaf0d5afc520ca8f489e71e20c9461224bf42f6816644 2,008 1.00/1.00 vMB 13
557,586 557,586 000000000000000000037050b117551dbeee2ce7ceca233592ebd51d1c550a18 433 0.22/1.00 vMB 17
557,585 557,585 00000000000000000022ad751d5a61d9ca3ad8ec4a37103d49b0482a9c17e56a 1,630 0.67/1.00 vMB 13
557,584 557,584 00000000000000000029b2560f75e0f75373cf8952518076c3c5ae71d0c9feeb 2,271 0.84/1.00 vMB 16
557,583 557,583 00000000000000000031a45d84b39350855e2a2ae5799c11b672868bc936c61c 1,930 0.65/1.00 vMB 24
557,582 557,582 00000000000000000001fdf337de45080b565b9fcf91c320b4914401b498edd5 1,302 0.46/1.00 vMB 13
557,581 557,581 00000000000000000013cb9d8c8800036c5b3cc4b3c593e1ec44d40e129ae656 1,149 0.42/1.00 vMB 13
557,580 557,580 00000000000000000008d1e40f85cb502cd899e18d5b132eae0956c6b5e76532 1,451 1.00/1.00 vMB 1
557,579 557,579 000000000000000000236569fccffc82f5b22f74d4096c611f08e0d7a7ec89ad 2,904 1.00/1.00 vMB 10
557,578 557,578 0000000000000000002689cc92b49628609a9f5ed8f178766f2384bd6f602157 2,949 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.63 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.