Loading Tool

Explorer IconExplorer

Memory Pool

81,005 transactions
29.69 vMB
0.12581799 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt c7c2a61e5c70a8dc7d69b90aa015ee1c521facc9e6ad2d7e134488e9aec30aa5
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root f02b00e5dc18b82aea7ad6e9ac002c93fb91ed9f724915c657f9922009773cf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.05976793 BTC
Feerates: 151.07 > 5.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (319,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,127 595,127 0000000000000000000530c1696f55aa58c2800602d07cefb21021074e2e7c10 1,954 1.00/1.00 vMB 11
595,126 595,126 0000000000000000000cd3f3b02e0e3196bc3409a690a7339aba47c10da2db0a 1,724 1.00/1.00 vMB 9
595,125 595,125 0000000000000000000ef30fec4195a2ce5c468ac14c040d06389f22e9d33466 2,706 1.00/1.00 vMB 26
595,124 595,124 0000000000000000000f15513f5205e2bba2b49dad07c5be439594fef20113ae 1,570 1.00/1.00 vMB 4
595,123 595,123 00000000000000000002772850a29b7bd970c3008c9b94bf22d0b08a10e22590 2,822 1.00/1.00 vMB 12
595,122 595,122 00000000000000000001ed4a5307a3d7d2575cfc782538980dbfbf0b6f8607cc 2,840 1.00/1.00 vMB 23
595,121 595,121 0000000000000000000e8d1e423e7b9ef8f81aacf59424caf7bf21b5e68ccb5e 2,562 1.00/1.00 vMB 22
595,120 595,120 0000000000000000000771d47e7105029dbe1524103e7d1d265d662bc60c4538 2,829 1.00/1.00 vMB 37
595,119 595,119 00000000000000000012498aa340f857646cfdd6228f944cf96cec707f260e1d 2,539 1.00/1.00 vMB 16
595,118 595,118 0000000000000000000fdf8da091e844823680e3d0656252058ad1c62804bb93 2,382 1.00/1.00 vMB 15
595,117 595,117 0000000000000000001373a4844cfc45db22e5f5f273c92d5442b00ddc132422 1,687 1.00/1.00 vMB 15
595,116 595,116 000000000000000000063ae83a14eb0e6694074112d7940aeb42963d69c82344 1,718 1.00/1.00 vMB 18
595,115 595,115 00000000000000000012464a7333db2131b3695fd953350d52cc69f40c3a6035 2,682 1.00/1.00 vMB 27
595,114 595,114 0000000000000000000fe713ce3c42e8df5f5c1e6aefec704da987a767982f18 2,985 1.00/1.00 vMB 37
595,113 595,113 000000000000000000117afb750d315a48a962e945a10425c295df6c1b3b0458 2,807 1.00/1.00 vMB 65
595,112 595,112 0000000000000000001640427f08db7b246702b42c173fcc905d721930c3d72e 1,929 0.83/1.00 vMB 2
595,111 595,111 00000000000000000011a605dcfe5456c01538a80497554207a9dbb78432206a 2,823 1.00/1.00 vMB 25
595,110 595,110 00000000000000000008443baa38e36d86b7213a40455711e3f366d34135daf5 2,499 1.00/1.00 vMB 19
595,109 595,109 00000000000000000003bb87fd4e7424ac0de87e67268f6a599f1cde77dd8ce9 2,875 1.00/1.00 vMB 27
595,108 595,108 000000000000000000006d381d7a949eb55003bcc4bd6f42c2f88a9e9f8befa8 371 0.11/1.00 vMB 27
595,107 595,107 00000000000000000011d24b3b49a793bd2d59e822772c1129a22ee21d87225e 1,969 0.69/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.98 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.