Loading Tool

Explorer IconExplorer

Memory Pool

46,459 transactions
28.91 vMB
0.14481894 BTC
Random Selection Loading Transactions
Max Size: 153.01/200 MB

Candidate Block

Mining Attempt 8e0293e8fed60d5a0e3217ada8d46ecc759bc65d40bc87868edd3de28b2569ec
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 0ebc888ce01c5f22060b13bdb5fb8307c2ed10068ebc3a161593dcd25db901e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,572
Size: 1.00 vMB
Total Fees: 0.08194732 BTC
Feerates: 15,654.48 > 8.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (313,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,000 601,000 000000000000000000100ed429cdd0f596a35317d0c7f754cf6f4e5110ce6307 2,555 1.00/1.00 vMB 17
600,999 600,999 0000000000000000000eb0c2dd097477f7ac5d63692e251e42fe026afdf10cc9 2,933 1.00/1.00 vMB 35
600,998 600,998 0000000000000000000ef30e9f30633055a55f546e8e1893e73d8bb2aa328090 1,890 0.99/1.00 vMB 19
600,997 600,997 0000000000000000000b26960f2b1c1ea43ebb651ff8b42f1303e68475f781f9 2,710 1.00/1.00 vMB 48
600,996 600,996 000000000000000000045e0dec1e6c18255701c3946351b29ef167e257eda89a 2,531 1.00/1.00 vMB 18
600,995 600,995 0000000000000000000c1bd99ac740877cf466a6eda1b35a3c9ed618646857c9 2,544 1.00/1.00 vMB 27
600,994 600,994 000000000000000000037b2a1c39ecae7e7a125f9287e2c17cd9dccf51595d3f 2,356 1.00/1.00 vMB 47
600,993 600,993 000000000000000000139fe2708f242bce72e607ef92f18c53f7e835e5bf8314 1,937 1.00/1.00 vMB 21
600,992 600,992 00000000000000000000acbb7280aacc8c8344a81b93f658ff89d38c16d3a7e7 2,612 1.00/1.00 vMB 31
600,991 600,991 00000000000000000004f30d8d7ccf7d77e26a5bd6c0456144d10d32cb42d8cf 1,970 1.00/1.00 vMB 43
600,990 600,990 000000000000000000095fffcb582a15cd1949090784477918a17b8d346f15e0 1,044 1.00/1.00 vMB 72
600,989 600,989 000000000000000000106ae5c98d332e368f547b32bc0d8ccd77391b6fd79006 2,858 1.00/1.00 vMB 38
600,988 600,988 00000000000000000003786c953233a55e6e8ba97c47ec4df7959d79d4f67671 2,430 0.94/1.00 vMB 14
600,987 600,987 00000000000000000011dfb6f12c0bac39cb919769fdfc3387f1920d5f8df10c 2,937 1.00/1.00 vMB 21
600,986 600,986 0000000000000000000058bfc896b97558a425e7bcb35c8a0205c573249e0148 1,076 0.39/1.00 vMB 22
600,985 600,985 00000000000000000008a32d03b7d14204a35f49890b811b6431e9c9dec3ca61 168 0.06/1.00 vMB 25
600,984 600,984 0000000000000000000eeb2ba0a47b27707196afaab3db049d954eba7dce0d5c 117 0.03/1.00 vMB 20
600,983 600,983 0000000000000000000f5ebd7f289233f12623fd91643d5816a15250d57eb9db 2,393 0.81/1.00 vMB 16
600,982 600,982 00000000000000000001f035841764e7f0e23223cf0280837ba568581e41c2f8 3,023 1.00/1.00 vMB 13
600,981 600,981 00000000000000000009a31938f3c89cac85cbac69dac15b51092542ef59b1f8 2,498 1.00/1.00 vMB 30
600,980 600,980 00000000000000000010db8f3ee472aff2774fa1680846c67b607b7578a20ad3 1,086 0.36/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.