Loading Tool

Explorer IconExplorer

Memory Pool

76,666 transactions
29.72 vMB
0.10092673 BTC
Random Selection Loading Transactions
Max Size: 179.59/200 MB

Candidate Block

Mining Attempt b88b3e6b7ce00ae19be8d201905e72cbeca11befdfdc055862deb86dd34fbc4d
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root f2899bee0104eb9fd2d86f9710ecf65ece166d24a95f29731c366b0f4cf7efc3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.03408076 BTC
Feerates: 357.61 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (834,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,303 81,303 00000000003528aa7e5819b1a394cae84a455571bbb6790c043e68d4834cdb1c 3 0.00/1.00 vMB 0
81,302 81,302 00000000003c72677464092330fe4f46df3198ec0b3f28438385d68e1be4df13 3 0.00/1.00 vMB 0
81,301 81,301 0000000000348c2397975205911d20fae828f26f67e294cccb4aa0f786ebb71a 5 0.00/1.00 vMB 0
81,300 81,300 00000000002c4aee85bf8f856957ce333540d56ba570757019803962ff87816f 2 0.00/1.00 vMB 0
81,299 81,299 000000000023a75ba6ef019c0095195ad2356c9f0a44e7d9d696502f1c45b140 1 0.00/1.00 vMB 0
81,298 81,298 000000000024fc8bd23fb1ac49ed83d18a3d5504ec872aca76db1483927ce774 6 0.00/1.00 vMB 0
81,297 81,297 00000000001ae40e356a38446c726b325b6e3e29efea5e8cb646707f21f2ef14 1 0.00/1.00 vMB 0
81,296 81,296 00000000001611b7e4c6c3d9045acb528e31fdfa300cae324393ea93ef42ca9e 1 0.00/1.00 vMB 0
81,295 81,295 000000000020626e1796f964eb5d76d1f67fc8cca11c55d5ff250b8fe01e4cab 4 0.00/1.00 vMB 0
81,294 81,294 0000000000374d385d8bf2a10b120e2ce0c7b02864bd57db3734b6e1a9196034 2 0.00/1.00 vMB 0
81,293 81,293 00000000000efdea8fec3649368ecb0a9c1ed8a9d45b5cbfd70e6eab2fbc6e95 1 0.00/1.00 vMB 0
81,292 81,292 000000000001deb6d104660e07f1f9d36159307a8d0ef3e94cf8f7621eb89b5c 2 0.00/1.00 vMB 0
81,291 81,291 00000000003d4fdb39ce40381b7b7037329fdac62e241b03b7097e432e1364d0 2 0.00/1.00 vMB 0
81,290 81,290 00000000001905b5bc0a78d5cd70c552db35d41421e51865af7b0645f2d08e87 2 0.00/1.00 vMB 0
81,289 81,289 00000000003b4bcc20da8f5a9c30a348c9bc8ece71ec3953bc79637d9bd2d296 2 0.00/1.00 vMB 0
81,288 81,288 0000000000041a91a2f84d68ed6fed7a60a3a125f008c13e8d106c9c8783bbde 4 0.00/1.00 vMB 0
81,287 81,287 000000000016ea1c213dbd371cd1d094316ee56000f9167cc095a3f2e960ecf9 5 0.00/1.00 vMB 0
81,286 81,286 00000000000e15f7296316f3e5e6eaf869d7920f600d165c3d39d11e71b711b3 2 0.00/1.00 vMB 0
81,285 81,285 0000000000083fb8438e13c0c0f1f4aee6aaaa81d88e3ed105d9637870ee96c7 1 0.00/1.00 vMB 0
81,284 81,284 000000000022f0a1054c0fde453fa20741849e924ec703358fe87c40fe96806a 2 0.00/1.00 vMB 0
81,283 81,283 000000000012d5fa2fc1aacacc64bd476992d213a38c0d8b090ecaa32d36db25 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 744.05 GB
    • Received: 18.70 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.