Loading Tool

Explorer IconExplorer

Memory Pool

83,346 transactions
30.67 vMB
0.16722533 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt 3258acd75fb6af1eca715cd2fb85c2d2ba9f4c6c6dc8aeceac89e189939ffe8d
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 17ffb162457b6e39c6b3b2f0e19573de15b93074f8c7ed6444faf9069f8cdefc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,053
Size: 1.00 vMB
Total Fees: 0.08623629 BTC
Feerates: 150.79 > 8.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (285,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,807 629,807 000000000000000000008628bd8d74073587452ea70b7528c53d0a1faf447d43 922 1.00/1.00 vMB 26
629,806 629,806 000000000000000000014650e188a92dbfdbc96b4a45361ee39739d40e0af1d2 806 1.00/1.00 vMB 11
629,805 629,805 00000000000000000007bfb478aaefe178bd224074f6a9b06f9dbe325f9c16cd 1,720 1.00/1.00 vMB 79
629,804 629,804 0000000000000000000a442373c31ebceb5d1b1d7d5a628aa2ed9f7580ea18f7 817 1.00/1.00 vMB 17
629,803 629,803 0000000000000000000bc7a5e21731d1cde75a44e28372a776cb9c6ccbbf2a9b 436 1.00/1.00 vMB 8
629,802 629,802 0000000000000000000093a1dc1693a8ed728b9951d5b5906a89e6088086783c 2,782 1.00/1.00 vMB 47
629,801 629,801 00000000000000000003628c56d834228ba909b89b763ab50140ee5f2ccd97dd 1,135 1.00/1.00 vMB 18
629,800 629,800 0000000000000000000e63fb31ef3f0cd7ae25286e59b27efa4e641a91849515 131 1.00/1.00 vMB 2
629,799 629,799 000000000000000000057426339a56152fa7fd5d94736f6b4cc5304bf237524c 2,524 1.00/1.00 vMB 60
629,798 629,798 000000000000000000075da48849db7c52d5b4124a0679e5781557389a18fe8d 961 1.00/1.00 vMB 13
629,797 629,797 00000000000000000001500501d04b163f24b500fd17142fbece95d3c9c5c497 2,947 1.00/1.00 vMB 58
629,796 629,796 0000000000000000000b93c26c4b5dc6bd9b334db00a9c326c26a7af61bd2936 701 1.00/1.00 vMB 12
629,795 629,795 0000000000000000000e05f4e28370355b227dd3853b120d5b5d612a81d5fe2f 2,125 1.00/1.00 vMB 40
629,794 629,794 0000000000000000000ba55ee3438fa510517acbdd0e689fb4d16abc62e3bbb9 2,167 1.00/1.00 vMB 43
629,793 629,793 0000000000000000000e46b5edd2ec7cdbef1ba2d489e96482d2baa708f37379 1,684 1.00/1.00 vMB 33
629,792 629,792 000000000000000000111b91f9efd35b01c797d041d19936a0878f2c168c4a5d 822 1.00/1.00 vMB 17
629,791 629,791 00000000000000000002f0fd02d44a331b28df1f0ab4b757d9e11b12f5f03afe 809 1.00/1.00 vMB 9
629,790 629,790 0000000000000000000f151d49078eb1f7ca059a5b50f53ca553fef7cf53d714 2,307 1.00/1.00 vMB 48
629,789 629,789 0000000000000000000f7c47e40906608407960b304bf6fa39464de8d658ea43 2,992 1.00/1.00 vMB 64
629,788 629,788 000000000000000000048e807540c64b92a25efaa3f18b9810014db243b30154 2,587 1.00/1.00 vMB 53
629,787 629,787 00000000000000000006b5607e1f75d2e710a7397a8f7a6f52fe799f710974ca 616 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.