Loading Tool

Explorer IconExplorer

Memory Pool

80,421 transactions
30.12 vMB
0.08963191 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt 0830eed859d7f2b62d5e2752a7265337f2b53017c3a1c0c82e4bc4c9c8ec9101
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root b62513f52fdc875c9db91603d86ad4afdbdc85c3535a54ea4abbce9adc97f30a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,358
Size: 1.00 vMB
Total Fees: 0.02802887 BTC
Feerates: 301.07 > 2.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (320,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,073 594,073 0000000000000000000cfe84a53811b9008bd188eac02937f3165628b6cbce19 3,117 1.00/1.00 vMB 24
594,072 594,072 0000000000000000000b5a253e418c1604c4595cbb7d19945bf8db5100cd7737 2,331 0.97/1.00 vMB 10
594,071 594,071 00000000000000000006c167812c1f5e133f625647b89fc8e469eabaef91a86d 2,376 1.00/1.00 vMB 34
594,070 594,070 000000000000000000197bdf7cd4280427f022e0994229ba9135c8575b10aefa 1,823 1.00/1.00 vMB 17
594,069 594,069 00000000000000000017df5ee14c4bc0073ad071248f506f9712cf2292d328ad 629 1.00/1.00 vMB 5
594,068 594,068 00000000000000000015fa4c2e2386886c3a8dde55f5f1af404a3f1d5ddcb422 1,249 1.00/1.00 vMB 12
594,067 594,067 0000000000000000000efba3a917cc082d42fa7e3ab242d394252dabaa65cff8 1,955 1.00/1.00 vMB 15
594,066 594,066 0000000000000000000b85dd2266eb5a3ce647440465975adf68678fcc40df45 2,100 1.00/1.00 vMB 14
594,065 594,065 0000000000000000000b934fd49b6164811e809d2607a75aa3e4d3f1b7d87ff7 3,400 1.00/1.00 vMB 11
594,064 594,064 0000000000000000000d6e1b6ca8ef4ed5d8c71734b2f7e8c0aac433f5a3b94f 1,516 1.00/1.00 vMB 35
594,063 594,063 0000000000000000000c65199cf0b42690eac1273b7140f4ac586c566e1a0059 2,596 1.00/1.00 vMB 16
594,062 594,062 0000000000000000000789219c989d256be1405088da839989d7ef9eb3b0bfa3 1,998 1.00/1.00 vMB 2
594,061 594,061 0000000000000000000aa1b3f213703f9ec7ef57caa42531ce0185555441d6d3 2,213 1.00/1.00 vMB 11
594,060 594,060 00000000000000000001896dfddf7258f76ff55cb19c5723c76e03630fe0cb4a 3,522 1.00/1.00 vMB 24
594,059 594,059 0000000000000000001096e777b7cd0a10d558e6bb50b5ef915cc35b58738fd1 2,068 1.00/1.00 vMB 21
594,058 594,058 0000000000000000000943984f6fb78ebe54317d9499e6f4747fe8dca532fb8d 582 1.00/1.00 vMB 27
594,057 594,057 0000000000000000000bfd02de474d7816f479a8105192b6aee1e6a1c50298d0 979 1.00/1.00 vMB 34
594,056 594,056 0000000000000000000943b552353b62481109f6ac172367b62af2f472b0591c 1,202 1.00/1.00 vMB 35
594,055 594,055 00000000000000000011a8e3aff78cd7749504717a47db64adc2bb439d691627 2,604 1.00/1.00 vMB 5
594,054 594,054 00000000000000000005424681184d91f9f645518bc9d0022367da67cd5303f9 2,785 1.00/1.00 vMB 28
594,053 594,053 000000000000000000136a199d44143e46c2bc294b79a113bf6499d0186ee2c0 3,295 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.