Loading Tool

Explorer IconExplorer

Memory Pool

78,705 transactions
30.34 vMB
0.12287388 BTC
Random Selection Loading Transactions
Max Size: 182.84/200 MB

Candidate Block

Mining Attempt 7fac900ad4ac2374e76b27f8039d36ea3729ffac43d6cdf7c12eb6928227ae6d
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 32e51e4dfdb1d365f031fc417b0f6280ebe00057267b678e34eb96ccbf6821b9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,051
Size: 1.00 vMB
Total Fees: 0.04505081 BTC
Feerates: 357.61 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (18,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,942 896,942 00000000000000000000cd0d840300a0049f74d207448a18f2b6c3713cca1b4f 1,505 1.00/1.00 vMB 2
896,941 896,941 0000000000000000000004c554a5ccd53d620b36f3bf2becc0cd2753b84a5411 1,863 1.00/1.00 vMB 3
896,940 896,940 00000000000000000001ac33c09f63279b338b8fb96d2683f6a68300251df8b1 1,703 1.00/1.00 vMB 2
896,939 896,939 0000000000000000000031c4b86e552b7ad4d44767ff2bcb1ca7e407f06b3df0 3,410 1.00/1.00 vMB 7
896,938 896,938 00000000000000000001352419f13f8486d2bd1bbf4e46865dc9f98261b04105 1,448 0.73/1.00 vMB 1
896,937 896,937 0000000000000000000150a5014caf5c4553f02c1b54d0dfdf9b22cb7e0ea184 2,670 1.00/1.00 vMB 2
896,936 896,936 000000000000000000016cf577fdce4512a5da5866d2a7122cd5c38d17ee9ce6 2,355 1.00/1.00 vMB 2
896,935 896,935 00000000000000000001060760b985437e6e83c2fb7e8b9d5333a242c2659134 2,696 1.00/1.00 vMB 6
896,934 896,934 00000000000000000000ebd2b33693ba8bcb11f71e7a17d8fcc59221b45fcc73 865 0.23/1.00 vMB 3
896,933 896,933 0000000000000000000210da1e059339dfd3062f4ee57595d164da12ca847b59 2,811 0.84/1.00 vMB 2
896,932 896,932 000000000000000000000c4423717034c6348d54d7c039ddd9a7328618b69537 2,263 0.95/1.00 vMB 1
896,931 896,931 0000000000000000000003d3bc655b0f813e11cc787c0f50169430ea83a2babd 3,027 1.00/1.00 vMB 2
896,930 896,930 00000000000000000001644701b5fdaf7eee2fbbb529ddde1885dc26e4c4fbeb 2,459 1.00/1.00 vMB 5
896,929 896,929 00000000000000000001a1321ba52bb6d1cf26ca36a172d6051130d8a7af25dc 2,278 1.00/1.00 vMB 5
896,928 896,928 000000000000000000009f0af330369d9c1148072973b6e8b945095bc3a20728 1,022 0.51/1.00 vMB 3
896,927 896,927 00000000000000000000bb50baaf5901ce79563a3c3049b96366adf5ffadb251 3,166 0.75/1.00 vMB 1
896,926 896,926 00000000000000000001f3a27d0220e18de590bf13df7c203af2a248b485a824 1,505 1.00/1.00 vMB 3
896,925 896,925 000000000000000000017d7d699a09babc14f9d887a2e13e3034a52a541971a2 1,816 1.00/1.00 vMB 3
896,924 896,924 000000000000000000004b646a6a0666ba5135c563d63c8af212bd6acbcc71c4 3,113 1.00/1.00 vMB 5
896,923 896,923 00000000000000000000b6a9772de31fa8de67e06447172004aa6f46c00bc649 1,986 1.00/1.00 vMB 3
896,922 896,922 00000000000000000000f6155a5460b0c33d3e0259cfbf1f4c0abe7160adac32 1,773 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 744.88 GB
    • Received: 18.71 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.