Loading Tool

Explorer IconExplorer

Memory Pool

43,501 transactions
28.66 vMB
0.07061643 BTC
Random Selection Loading Transactions
Max Size: 147.65/200 MB

Candidate Block

Mining Attempt 20f1c6e77e4af406c97ecfe6840a2561df288b34d43f6febceb0f7a4f2302636
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a1675a30ddaa01a93239e26a3a9052cc98e43bd2f9de55612b3f4327bad6a771
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.01496902 BTC
Feerates: 201.07 > 1.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (145,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,500 769,500 00000000000000000006494e134e272be0081539abbe7f05ec96adb4e52bf212 1,543 1.00/1.00 vMB 20
769,499 769,499 00000000000000000005fcd64a3c0c222bb6a2ca72f609da4c0a766cade58b98 71 0.05/1.00 vMB 13
769,498 769,498 000000000000000000063c771c0f9329f89e6be46504e5d65269c18fccb8b7ca 977 0.40/1.00 vMB 12
769,497 769,497 00000000000000000004cdb8eb916acc8c37521f2470025846d2a7f1fe5869d0 712 0.22/1.00 vMB 16
769,496 769,496 000000000000000000076e59c4a59d885509c7e61a2679bdd0bf8efca697ac99 1,502 0.52/1.00 vMB 15
769,495 769,495 00000000000000000006ca322957f63ad5b53f097fdcbfb26f02bd56647a2dc8 265 0.20/1.00 vMB 7
769,494 769,494 0000000000000000000591c46320d4a68ce502fdec333638e48d7dbc62441b19 865 0.36/1.00 vMB 15
769,493 769,493 00000000000000000001f1bbda6446882b285439e49c55381e26a45a40797010 398 0.23/1.00 vMB 9
769,492 769,492 0000000000000000000420f1eb880b031bee5d445fecf2e8c8ad3202c168ccde 770 0.56/1.00 vMB 3
769,491 769,491 00000000000000000002d27f8e5f24d5ce4c9dcd0b70b701e24a9b94ae0b33b7 804 1.00/1.00 vMB 5
769,490 769,490 00000000000000000001f1898a4cdfdae90afcbafafb7f5e6b86797712886147 334 1.00/1.00 vMB 2
769,489 769,489 000000000000000000057ec64c2c33bae049691ccbe8e73fd1962efd421843b4 2,158 1.00/1.00 vMB 12
769,488 769,488 00000000000000000007cb6b7c526679e3d3c3fb65f1c458424ce68de8c8b9f8 1,870 1.00/1.00 vMB 11
769,487 769,487 000000000000000000046d9dca71b48fcbc7b7c19330530d693066f3b7ca9111 2,713 1.00/1.00 vMB 18
769,486 769,486 000000000000000000007e829e7faada9125b82d5c62463fefd8585cca14f832 1,495 1.00/1.00 vMB 29
769,485 769,485 000000000000000000022a1943438bf3813b746c3a4310b646f04c1d19c141ba 951 1.00/1.00 vMB 14
769,484 769,484 00000000000000000000c7d1ae9805907e9919d6cdd03c8d8232f94e74cbbec2 1,357 1.00/1.00 vMB 6
769,483 769,483 00000000000000000007064f62b3a4cc12f6e8b3b17c4a281cde7cab386ee7f9 1,610 1.00/1.00 vMB 2
769,482 769,482 0000000000000000000189c4c704c8b1a62da7613c366727c7a9dd7396de2120 3,339 1.00/1.00 vMB 21
769,481 769,481 000000000000000000064000a8cd38f7765f65cf3599c20ab2d0fb8763428b2b 2,969 1.00/1.00 vMB 15
769,480 769,480 000000000000000000073c4786dbf5da648638b9b2c6a0b2e2d17394c9659e0f 3,149 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.