Loading Tool

Explorer IconExplorer

Memory Pool

43,872 transactions
27.19 vMB
0.07609596 BTC
Random Selection Loading Transactions
Max Size: 141.94/200 MB

Candidate Block

Mining Attempt 2553f6878f19793d12b3c8a015a17436734fb186ca64f82b58b654ae1ac558df
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root a422fe61c99bf61c7a9b1094e142e948628a6529b188b2a6e7d8badd1d6ee0a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,693
Size: 1.00 vMB
Total Fees: 0.02426213 BTC
Feerates: 150.77 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (307,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,882 607,882 00000000000000000014bfc45678b6d1568977408926102a0ee0ad7c8bcd5c73 1 0.00/1.00 vMB 0
607,881 607,881 0000000000000000001508da9aa58f9a0e98a8d5cf3e836320c7d9562ce85fbf 1,441 0.43/1.00 vMB 21
607,880 607,880 00000000000000000001703919e6a3122fc034c2eb40484e4b82c3e619a6d7e3 287 0.07/1.00 vMB 21
607,879 607,879 00000000000000000004baa1ef62fb6f96cdb4552c7fd6edca0321b46808501c 628 0.18/1.00 vMB 22
607,878 607,878 0000000000000000000388101d01a257e49a46a91a71ef37df70028eb3fa6f7a 51 0.01/1.00 vMB 31
607,877 607,877 00000000000000000015654854f9b228abb30d2c95802d9c67dfbd2d90ef4e89 2,303 0.77/1.00 vMB 23
607,876 607,876 0000000000000000001571d5eaaf51f02e0fd121d1fa25460fa9d4f97b56bc71 2,251 0.78/1.00 vMB 3
607,875 607,875 0000000000000000000cbc1940add2bd4019d470bccb560b936e797b616f37fd 3,063 1.00/1.00 vMB 16
607,874 607,874 0000000000000000001564db9ba0738468b3d4f6077d2bd96143e35b9f2ad7f4 2,765 1.00/1.00 vMB 27
607,873 607,873 00000000000000000013b51058f8dba233fdb32e56129bd0423611f29986b29a 3,455 1.00/1.00 vMB 31
607,872 607,872 0000000000000000000fddbf41030b1b1579418b48a60df9f943de50dc3dd028 2,880 1.00/1.00 vMB 39
607,871 607,871 0000000000000000000c14d986a1b28d99c3681f0d7388744f3ee0181bd833a6 1,359 0.39/1.00 vMB 10
607,870 607,870 0000000000000000000f00924b8e5f5a73d6d95349e6274dbad9fb6300ec1748 2,991 1.00/1.00 vMB 28
607,869 607,869 000000000000000000046421b4de6c73116b21e1439c89577455d20863554d7a 1,190 0.54/1.00 vMB 6
607,868 607,868 000000000000000000140095137a5970e898be29bd16953d592a327f1d6ca897 2,157 1.00/1.00 vMB 25
607,867 607,867 000000000000000000157406cd0bf50978a083bb8bfe4d1e30ff6aa0f787bd10 500 0.22/1.00 vMB 15
607,866 607,866 0000000000000000000f934c2e69fdd13b52190be9f852721c36632e0e13198c 496 0.21/1.00 vMB 21
607,865 607,865 0000000000000000000178a76e9d7bc97fc9428de3168c7660f4354de81dcf63 2,547 0.83/1.00 vMB 18
607,864 607,864 000000000000000000001bc56533f5762d4fe1479dbee7ac1175f78f7975f629 123 0.03/1.00 vMB 24
607,863 607,863 0000000000000000000e00accead3707e42f1e3e4fec31504b65189e99627c69 1,144 0.39/1.00 vMB 18
607,862 607,862 0000000000000000000c47ac1aa7d6f0e743ec41c7b8c77718dd51aa8a3fbd10 942 0.28/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.