Loading Tool

Explorer IconExplorer

Memory Pool

39,309 transactions
28.47 vMB
0.07346564 BTC
Random Selection Loading Transactions
Max Size: 144.38/200 MB

Candidate Block

Mining Attempt 68a9f17635c6243e25c06573b38ca7006be595d06daec7ab205a1ccd9f73e1a7
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root c901407fb34747334ee4e30adec654dce6154968739083c7c819af2af3d11378
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.01858981 BTC
Feerates: 150.93 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (442,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,993 471,993 000000000000000001443bb094ba8d669181153acfa995f04d1f8c1f12042446 1,808 1.00/1.00 vMB 288
471,992 471,992 00000000000000000061a1726e8dfb69555b7464f4963cb8e8ae9c30c311a28f 2,431 1.00/1.00 vMB 219
471,991 471,991 0000000000000000006f2eea961bc5e143205ca516d89177ffb75b030297f08d 2,606 1.00/1.00 vMB 237
471,990 471,990 00000000000000000034972c34ef16dce6071c801f20de4fc715219102c5e516 2,542 1.00/1.00 vMB 283
471,989 471,989 0000000000000000014b61b265fa5e372baa2a17f5717ed5166132ebc08c0410 2,075 1.00/1.00 vMB 316
471,988 471,988 000000000000000000af8440e3af6dc9dac77f9403a891cd26c97e871c03e183 1,958 1.00/1.00 vMB 401
471,987 471,987 000000000000000000ebffee465131d8d16db9982dc4f313c1d9ef48078a83e2 2,350 1.00/1.00 vMB 303
471,986 471,986 0000000000000000011940b40b9ea68089fb18a73be6c88e1670deb85b671c47 1,637 1.00/1.00 vMB 270
471,985 471,985 00000000000000000147649c8c9e599fcf92304139fe7ecd8408233276d4f9ed 2,459 0.99/1.00 vMB 346
471,984 471,984 000000000000000001011a9a913f2f5ed75d7e97d7140fea7ae997e8aa34be9b 2,306 1.00/1.00 vMB 419
471,983 471,983 0000000000000000018501ff50cb5f57122d7322760a97ab93b29db2931a9a90 2,031 1.00/1.00 vMB 215
471,982 471,982 0000000000000000012dac76e29d3a244328b351175548d06171fa9dac1cf0ed 2,020 1.00/1.00 vMB 282
471,981 471,981 000000000000000000ff2a9211a80903cfdbcff1098282db54bc120b0aa1426e 2,154 1.00/1.00 vMB 363
471,980 471,980 00000000000000000082c8b0a2187a94d41f3e0a99eff0ff1ec0286820293314 2,137 1.00/1.00 vMB 397
471,979 471,979 0000000000000000010c5b7677f9ecca3d76ffeb68868c2f8bcf74d768ccc6ca 1,992 1.00/1.00 vMB 359
471,978 471,978 0000000000000000001f35fc91ea4b384682e2ba13b41ebc390c5036a2039830 2,214 1.00/1.00 vMB 324
471,977 471,977 00000000000000000125a4176a01b2f23df08793834e4c2ca2c93464428e526d 1,979 1.00/1.00 vMB 359
471,976 471,976 0000000000000000004a28dc48c6f3d0f6fb291ca2cd5bb907ebefef89d4bcb1 2,374 1.00/1.00 vMB 234
471,975 471,975 0000000000000000010cb1055e493113143975f3ca3d09cb9367a3b7b19cef5a 2,235 0.99/1.00 vMB 255
471,974 471,974 000000000000000000654ab49a9a75e54139c9827d3c31456f2c1274928b5555 1,997 1.00/1.00 vMB 347
471,973 471,973 00000000000000000184fa13ee267cacbc4be2e9ab24f008178f336a27d93f80 2,287 0.99/1.00 vMB 382
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.87 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.