Loading Tool

Explorer IconExplorer

Memory Pool

75,595 transactions
27.98 vMB
0.08453578 BTC
Random Selection Loading Transactions
Max Size: 170.16/200 MB

Candidate Block

Mining Attempt 5369716a08a0a69c6a5eea7c33cee8d8d5a1e4b9d6de819f5b0b02f97bdf8251
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 9b5f6f249f95d2843b11df7dff265b137339b221a9fb36b1b81617bae12b6781
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.02443664 BTC
Feerates: 402.60 > 2.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (464,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,982 450,982 00000000000000000081293254818947ae02486a31b16312dad035ce7e454a64 2,379 1.00/1.00 vMB 89
450,981 450,981 0000000000000000023ec48cc01f1fb16148ed4b67e287a22b87de8cae19f631 2,284 1.00/1.00 vMB 95
450,980 450,980 0000000000000000025dd9c04b0f01cc3fc72b7d049b771aeb8ce6d01199246d 1,937 1.00/1.00 vMB 105
450,979 450,979 000000000000000001b955536c832118b10bb278b924811c2d4c8e55d616ab47 747 0.27/1.00 vMB 137
450,978 450,978 0000000000000000024399a56bcf0b5134779a9854b8602fd2a03d940bc5744f 2,602 1.00/1.00 vMB 135
450,977 450,977 0000000000000000029f09a6ed0166b2689524d1d3a5ed474ded5e330425b7ee 1,437 1.00/1.00 vMB 71
450,976 450,976 0000000000000000008a323fa15d6c70d27a8e3ee99655267c3af282ae7bc28c 2,338 1.00/1.00 vMB 62
450,975 450,975 0000000000000000018d506edfc9ab27fb530c3d4431f5918d28b004ea8e1082 2,483 1.00/1.00 vMB 125
450,974 450,974 0000000000000000015bf543a2d0b966dee30b0f6ef6ebb84cf908fe37f61897 1,571 1.00/1.00 vMB 29
450,973 450,973 000000000000000001581fd5713380e0b8be88c2d2d0f5bd0e2805f62f6c70e4 1,874 1.00/1.00 vMB 60
450,972 450,972 000000000000000002b2769a99646b7ea0248f77ab1ac282ee2083b2fa63bdc8 844 1.00/1.00 vMB 49
450,971 450,971 0000000000000000016f4038cfa4b1441143b240a2b0578eea2e63ebb489c9a1 1,756 1.00/1.00 vMB 51
450,970 450,970 000000000000000001f5e46ce7815ff47b19db3081a3232764e3c350c75953f6 2,519 1.00/1.00 vMB 109
450,969 450,969 000000000000000002730c77a199fe4c1cb6c202a6998db41abf40406becc920 737 0.27/1.00 vMB 153
450,968 450,968 00000000000000000129be428b0789bb6759bf8ef21b82ec573c20f2d713d0e4 1,599 1.00/1.00 vMB 47
450,967 450,967 00000000000000000011c489cf19275b3cdb44f35a8887e4730c7d105fc130ad 917 1.00/1.00 vMB 59
450,966 450,966 0000000000000000004f5ab9dedfffd6e8b1bbe1403b07b2c9abf8f1f53c9450 1,333 1.00/1.00 vMB 60
450,965 450,965 0000000000000000011bb97d897b5d199bf9d16690e54d3bb3276de42d572173 2,216 1.00/1.00 vMB 115
450,964 450,964 00000000000000000123786906c028275749782cbded027928ad7df4dbb21c23 2,061 1.00/1.00 vMB 50
450,963 450,963 00000000000000000261e3280e13a233865d2ffeeaf10ee5a4f8fec158e87053 2,091 1.00/1.00 vMB 83
450,962 450,962 0000000000000000006d194e9fc59488d834126336f8a44641c0135f779d1c08 1,722 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.93 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: 714.68 GB
    • Received: 17.58 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.