Loading Tool

Explorer IconExplorer

Memory Pool

44,619 transactions
26.45 vMB
0.05510990 BTC
Random Selection Loading Transactions
Max Size: 139.88/200 MB

Candidate Block

Mining Attempt 8d5d5d074606392fd2b013dce97b68c745c8bf194cd54db98002b317f1b7f678
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root f928ec511082c57815ae56017d897e12e5aaa8eedacb912d235470837fd0b1f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,970
Size: 1.00 vMB
Total Fees: 0.00639954 BTC
Feerates: 40.21 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (331,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,799 582,799 0000000000000000001dac3291a1dc1625d4460c19d72eef6dd41d03e98c09b5 2,298 1.00/1.00 vMB 128
582,798 582,798 00000000000000000022ec0850d48087d8d01dbb369ece9d503cbbd8d109a54b 2,503 1.00/1.00 vMB 31
582,797 582,797 0000000000000000001cb9b454b7fea9dbe6d438e0f5ad966d4ec582ab655462 2,434 1.00/1.00 vMB 52
582,796 582,796 00000000000000000009d8d7a8ea16d13bdf8787f30dbec73f7796b07622a029 2,254 1.00/1.00 vMB 38
582,795 582,795 000000000000000000141e2ff8b7a411f06c57a5ce144a17b027e297cf44c0f4 2,351 1.00/1.00 vMB 18
582,794 582,794 00000000000000000002fe4fd2d5f096e5d17fa75582886965b15ab19b08d134 2,848 1.00/1.00 vMB 99
582,793 582,793 00000000000000000016bcfa85b26bf641e05a2a5e3544b30aa0ede2c636bbf5 2,991 1.00/1.00 vMB 145
582,792 582,792 00000000000000000009245294531080d4e7c79c1b2d86596cd11cfe76357f57 2,528 1.00/1.00 vMB 44
582,791 582,791 0000000000000000000e9ba8f568c7e7b4f0d0848093dd6bd83f6a6af1ba106f 1,691 1.00/1.00 vMB 26
582,790 582,790 0000000000000000001d97132b6b5fa094745d1204701697b2ef425bb958c33f 2,350 1.00/1.00 vMB 22
582,789 582,789 00000000000000000002d9f339b572307848b04fe2be18d80af3c698a8e396dc 2,727 1.00/1.00 vMB 82
582,788 582,788 000000000000000000186bb06240e6d3a8c3285109d48c4c1a53f9025552dc2e 1,756 1.00/1.00 vMB 69
582,787 582,787 000000000000000000045b0f23f222c1a210750beec94429e6299229f5c948f2 1,343 1.00/1.00 vMB 45
582,786 582,786 000000000000000000213b1159382b4aa036b1ed8c94d7e75897163d3e90fbf9 2,743 1.00/1.00 vMB 68
582,785 582,785 00000000000000000009fba2ad4841f729e7fc05c90e6259f81df2cec580e0ea 2,274 1.00/1.00 vMB 76
582,784 582,784 00000000000000000002a5ac9210bb8d544bb036254832b8e94043cc0e8f5d34 3,039 1.00/1.00 vMB 84
582,783 582,783 000000000000000000134a35f01167d47ae47f331cb9ac4efa3e5e40ec9b5cd3 3,033 1.00/1.00 vMB 124
582,782 582,782 0000000000000000000fd7294ceb0d0d5c8ae02170c1a71e6d32702e52b3787d 2,558 1.00/1.00 vMB 122
582,781 582,781 0000000000000000001520de4728ae46824a8e6f8f6a15ce811194c0a6358afa 2,130 1.00/1.00 vMB 118
582,780 582,780 00000000000000000007c5ac39245c0761d0caba228e1836b97f661e5c1a5e71 3,386 1.00/1.00 vMB 181
582,779 582,779 0000000000000000000813749a490f227af8d500ae9943f48e258ba7f5d17049 2,704 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 781.92 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: 646.12 GB
    • Received: 12.81 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.