Loading Tool

Explorer IconExplorer

Memory Pool

35,998 transactions
26.13 vMB
0.07062902 BTC
Random Selection Loading Transactions
Max Size: 133.42/200 MB

Candidate Block

Mining Attempt b14af20ba1797ab2a4ae01821e6daae7c1231a179ea95a0baa284d5b2f857024
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 22c32313de36a462ad03432f6e538fc5158c31ef127af1a280ae749ff40dd634
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.02248312 BTC
Feerates: 713.01 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (311,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,810 602,810 0000000000000000000884fde02993e94d62e24a39ce408f3751a98fc217f151 838 0.22/1.00 vMB 26
602,809 602,809 00000000000000000005e1edcac6eee38d1bfb5f0497a73a6a00bc48e98bc7c5 2,376 0.85/1.00 vMB 20
602,808 602,808 0000000000000000001028beffcbb2e4e5ca10e690261880846dd098b579e481 3,095 1.00/1.00 vMB 32
602,807 602,807 00000000000000000010b14d00c544fe889ac07b0c6d6ddfe2e8e10d1e88a4b5 2,588 1.00/1.00 vMB 41
602,806 602,806 00000000000000000001d46c4a3f7a2fcf2e5a0a7d049a0133a94ccb381aca8f 2,074 0.73/1.00 vMB 26
602,805 602,805 0000000000000000000fbe0d3cfd21efb435e0cc5320d10c4d0f922962d1430c 213 0.07/1.00 vMB 27
602,804 602,804 0000000000000000001286a913d99d74f773473d27e22103a4179f003e781717 2,544 0.98/1.00 vMB 26
602,803 602,803 000000000000000000054016774ae90e98c869ae149f75093f21ea8d263bdee9 326 0.11/1.00 vMB 29
602,802 602,802 00000000000000000013da962b413086259c39357898e91d35a7a5bbd2de6280 1,302 0.48/1.00 vMB 22
602,801 602,801 000000000000000000159f3faa72bd32318dc7b9dd0fdf1875548b215f0c8333 896 0.50/1.00 vMB 17
602,800 602,800 00000000000000000001d25d4ecfaf77164bad9b5a1ac374d2f67c7b66dbc4c0 3,199 0.96/1.00 vMB 23
602,799 602,799 00000000000000000007ee9388debd102da8792b07a77c9fd77e1db623f80d68 2,780 0.97/1.00 vMB 18
602,798 602,798 0000000000000000000651cfbe4cc255877ed8fbf230730fb46c322faa64090a 2,761 1.00/1.00 vMB 42
602,797 602,797 000000000000000000161c4ba2191e60dfe2cf6c9ce7c12ae05908ff27a9a0d9 1,850 1.00/1.00 vMB 5
602,796 602,796 0000000000000000001233f0334a7d89353306792808c315911b205c5cae5a41 2,822 0.99/1.00 vMB 18
602,795 602,795 0000000000000000000de9dc51b46ff331f866c97717321df08d1fb06f83bcf9 2,945 1.00/1.00 vMB 37
602,794 602,794 0000000000000000000361bc2c28222cc1447fac7ca4070df5f6d55f3054d2e7 1,598 1.00/1.00 vMB 40
602,793 602,793 00000000000000000003503a626c5bda495af8d0cc095470946b94a647a4044a 2,848 1.00/1.00 vMB 61
602,792 602,792 00000000000000000014f3f8db8c09b7cd90e6c02687ddedda844f1b12fb22fc 2,113 0.54/1.00 vMB 28
602,791 602,791 0000000000000000000c20b23bf41784df9ef8f67fff5b495bab1ddf2e84adae 2,715 0.79/1.00 vMB 29
602,790 602,790 000000000000000000088b83d54cdc0f6997104b5f803df5b6fe5dad30146ce2 3,222 0.98/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.82 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: 636.00 GB
    • Received: 12.35 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.