Loading Tool

Explorer IconExplorer

Memory Pool

79,260 transactions
29.32 vMB
0.07261564 BTC
Random Selection Loading Transactions
Max Size: 175.93/200 MB

Candidate Block

Mining Attempt 3fd620573e4519f9e74204c6a183490fbb2be7f3063c639e21fae064c4756022
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 149b94cf23055928f47a6ffd063e5b5affe2f990ad23a7b41b86740bf8759b87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01301315 BTC
Feerates: 170.94 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (349,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,961 565,961 0000000000000000002ce4cf9d5b7c80e7826f9c9534e1868fb697544d834f22 2,362 1.00/1.00 vMB 17
565,960 565,960 0000000000000000001288deab91ce05c94a77c81d87e7c8ca74fee54ab45199 2,675 1.00/1.00 vMB 29
565,959 565,959 00000000000000000025551791b83e45f2b725457dc15dba1a08eb075cbc2a28 2,453 1.00/1.00 vMB 7
565,958 565,958 0000000000000000002c8f366aa64076e80a3952f5eb1322ca8f38442063599e 2,655 1.00/1.00 vMB 25
565,957 565,957 0000000000000000001f830f0cb93da02e29193cb27b0cf5f85a741ba2dc4848 1,324 0.43/1.00 vMB 30
565,956 565,956 0000000000000000002aa7e710b82a5fba2c2664dad3f224c6c1b271699d4134 2,850 1.00/1.00 vMB 48
565,955 565,955 0000000000000000000311a3da527cad31b48ac12356f590ba8d97eb9e7b3b5c 2,635 1.00/1.00 vMB 18
565,954 565,954 0000000000000000001fd8fa1e0cde9e45cc25dde449119595985f2401461030 2,330 1.00/1.00 vMB 32
565,953 565,953 000000000000000000280c3e76f82faca9fbd8391c5cc6d09ff9a42103ee16a9 2,689 1.00/1.00 vMB 42
565,952 565,952 0000000000000000000ed66ae55a308b77e5ff78bc94a69b8c27da819562537b 2,672 1.00/1.00 vMB 27
565,951 565,951 00000000000000000009c6d24c47c0f86b3b56895eccb50a21c1e197fb792907 2,912 1.00/1.00 vMB 47
565,950 565,950 0000000000000000000f853493d56bedcab56a2f55199b1b1c301127df1255a8 2,269 1.00/1.00 vMB 36
565,949 565,949 0000000000000000002a0f910bfe864ecab30be0f717cf35c1abc059e2546580 3,572 1.00/1.00 vMB 54
565,948 565,948 0000000000000000001a7246faa0e32cdd8afaba1b2d44a561b043ba8f005b23 3,441 1.00/1.00 vMB 56
565,947 565,947 0000000000000000001197c2a024a3fc3bc93c7f885832643740a628be97ad31 2,351 1.00/1.00 vMB 24
565,946 565,946 00000000000000000023fd15237428efb15f74f6fd4990fa825b4dd78e433e82 1,415 1.00/1.00 vMB 15
565,945 565,945 000000000000000000222f1e09553129066879fe1b01a657a6326c54fe10e13b 2,233 1.00/1.00 vMB 27
565,944 565,944 0000000000000000000a96de8258c4c942f1024718221c7ab55dbadcd43c0f36 2,532 1.00/1.00 vMB 31
565,943 565,943 0000000000000000000e5b3df2120622214c4b3d06a43b1d95749147680b29da 1,527 0.85/1.00 vMB 10
565,942 565,942 0000000000000000002536642f685e2398b8f4d7617cfbd2cf6d0b3b22535a87 1,285 1.00/1.00 vMB 10
565,941 565,941 000000000000000000061c531e9ab7817a7788d1406a62978c62ee8df782dfb5 2,796 1.00/1.00 vMB 14
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.46 GB
    • Received: 15.52 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.