Loading Tool

Explorer IconExplorer

Memory Pool

78,068 transactions
28.95 vMB
0.07856542 BTC
Random Selection Loading Transactions
Max Size: 175.56/200 MB

Candidate Block

Mining Attempt 000500a1076800e664b46379f0dedb20c3c8e54936d3999bf43f3e83a13611ba
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 9e472b6dd9bb6fd2929b8079d0ed1f90f7a880627da85c67286d94a31f29d62c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,454
Size: 1.00 vMB
Total Fees: 0.01803266 BTC
Feerates: 100.81 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (632,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
282,828 282,828 0000000000000000eda50f5d7ad070d2a1ddf4de45d066af16e4d0d3378c0df3 210 0.35/1.00 vMB 6
282,827 282,827 0000000000000001b1e0ad19ac4a8a82a9c9feedf38e2683c09deb4b6df2efd8 152 0.11/1.00 vMB 25
282,826 282,826 0000000000000001eb6e8403b65b7b91d164bc2a457a5257d69ea4e565e0dc58 139 0.05/1.00 vMB 73
282,825 282,825 00000000000000000522aba4509367b3e50a316e81541172a162e3758360a844 354 0.39/1.00 vMB 23
282,824 282,824 0000000000000000133b144dae23dd07d9fb8a3557de1f4e0498825c4696f1c0 324 0.20/1.00 vMB 46
282,823 282,823 0000000000000001186eee00ebdd8a0b2cf12b04c857022705fa1d653a98c525 110 0.05/1.00 vMB 60
282,822 282,822 00000000000000002cb058a723136ebe5e4d44088450f69f458a130569f3257a 1 0.00/1.00 vMB 0
282,821 282,821 00000000000000011107199985e789e3bcc14f8cc61eaec1e54c979f4e06865d 222 0.22/1.00 vMB 20
282,820 282,820 00000000000000009ac5643805d5d413d4fba534f104e3222e6bab21a6f90939 478 0.48/1.00 vMB 25
282,819 282,819 0000000000000001ee4c16c41bcff7eec5872702cf1e89e3d86bb223cb2e008b 381 0.50/1.00 vMB 15
282,818 282,818 0000000000000000d9f98f002a6a08153f7dad58bc1843d0642b4dff0a068fb1 1,030 0.50/1.00 vMB 31
282,817 282,817 0000000000000000a2c6c067fca1c322261ca67ec7d228d2d49b02d1a4f1e7ab 1,511 0.50/1.00 vMB 54
282,816 282,816 0000000000000000657f863b6e9457ac8f6b92e932bb22b93d04772fd1d3c331 568 0.25/1.00 vMB 42
282,815 282,815 0000000000000000721564cd317a50424f150b6174dec72e2004c7f155b8a3f7 886 0.25/1.00 vMB 46
282,814 282,814 0000000000000001dcf54e9dc1369ea3538baa2697d80a8de7e49efe1251e7ad 178 0.05/1.00 vMB 181
282,813 282,813 00000000000000019e8121bff986a20f0c57800eaf7c98e3a0413e723e4af7b8 167 0.05/1.00 vMB 155
282,812 282,812 00000000000000013042877f81e20e1998e6367ba06e70976473708f1e55339e 430 0.23/1.00 vMB 38
282,811 282,811 00000000000000011035fd1d2ca0fe3d1e1bd7ce8b3590608506e916fa117e05 201 0.18/1.00 vMB 26
282,810 282,810 000000000000000094494008a7174f6d796651a035263d562a907896281a4d35 507 0.25/1.00 vMB 41
282,809 282,809 000000000000000112ee997ad7330c603c641057127f55c8273208996398bae8 414 0.25/1.00 vMB 35
282,808 282,808 000000000000000175c9e1b1911e249b3c4f913da426679306bfaf5477642b95 276 0.15/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.