Loading Tool

Explorer IconExplorer

Memory Pool

80,997 transactions
30.05 vMB
0.09447581 BTC
Random Selection Loading Transactions
Max Size: 179.21/200 MB

Candidate Block

Mining Attempt 118231556e4dcf84369545f728d09c6cb297a8429db0f57c4e652040d25d78d0
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root b5da7e55b644b8b52364c2bbd7bffde001ac5ce5e1d6dec6828d5803d4830ab5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.03125286 BTC
Feerates: 100.37 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (357,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
557,577 557,577 000000000000000000138a484f9522b61080b69d004e053dc57979843ad6ab08 2,918 1.00/1.00 vMB 22
557,576 557,576 000000000000000000086935017fbf4785495caceed1308db641d4926d7540f0 1,077 0.61/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.50 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.42 GB
    • Received: 15.51 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.