Loading Tool

Explorer IconExplorer

Memory Pool

87,152 transactions
32.08 vMB
0.11639790 BTC
Random Selection Loading Transactions
Max Size: 196.07/200 MB

Candidate Block

Mining Attempt c75529db51d585343835c2b54ea23a1c2f43c386ab500b1cc51dffbcb5f4cff0
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 85b77dea46e335f6011eebb3b0a6a7b016eb0c426ec795e0612edac60456eb5d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,476
Size: 1.00 vMB
Total Fees: 0.03230856 BTC
Feerates: 1,236.26 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (430,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,706 484,706 000000000000000000fd5600ec11eac5a6637e640341ff538adb09f725c94b44 2,321 1.00/1.00 vMB 152
484,705 484,705 00000000000000000054b7b78d74f705e00957884f08d0891cd206bba6702f0b 2,303 1.00/1.00 vMB 120
484,704 484,704 0000000000000000004d6d91fb6985aa3d3b421e3a25deceb85c024c50045eba 2,479 1.00/1.00 vMB 197
484,703 484,703 000000000000000000f696ddb0c4820880d229cafcb629d4efce365fe99ab131 2,364 0.99/1.00 vMB 194
484,702 484,702 000000000000000000a404bfa1bd20e763fa88dad32cf08a38a496b2e690a6cd 2,471 1.00/1.00 vMB 34
484,701 484,701 0000000000000000007ee04f616ab786b80f3087882fe4e387289ec55f712fe0 2,323 1.00/1.00 vMB 150
484,700 484,700 0000000000000000012964f47d7c058f14c14ac905b33d4b8c63e68d84d177b2 2,527 0.99/1.00 vMB 207
484,699 484,699 000000000000000000e81087a50b43b0fb565b3104b308195ffe7a9bc67f4c71 159 1.00/1.00 vMB 5
484,698 484,698 000000000000000000fed6b3e4ddae205d924076be1eed60daa0daad4785ee8a 1,296 0.99/1.00 vMB 66
484,697 484,697 000000000000000000b5a4b07ccbcdc7895aba5ab934b30ab5e3ea3752c6c8c5 1,053 0.99/1.00 vMB 52
484,696 484,696 00000000000000000006efcc3827ea7cb5690522518a0e2a97d099d2625916cd 1,831 0.98/1.00 vMB 98
484,695 484,695 000000000000000000529881f7e7a32a3c8fc90aa7daf1ea54459e529e77ea6e 34 0.01/1.00 vMB 402
484,694 484,694 000000000000000000ec560ff661fbb5b7e47f7a93d5ac99c8f7457e26cc498c 1,213 0.99/1.00 vMB 71
484,693 484,693 0000000000000000001e820ba4112ed11d136eb84719177f61630dc91a51a044 332 1.00/1.00 vMB 11
484,692 484,692 00000000000000000052fe6212dab65bf03f15711c74c835fd6d42802f8cae51 1,404 1.00/1.00 vMB 64
484,691 484,691 000000000000000000f97fb15dc9cf22e2d33f53423785f97afea88f96bc653f 1,948 1.00/1.00 vMB 111
484,690 484,690 000000000000000000272b214782cbb4a06ec6058213c7a5f78814dd3e820f69 1,542 1.00/1.00 vMB 40
484,689 484,689 0000000000000000006cf0b940fc9d794b13e7e025e370be0cd0da53542e41b9 2,132 1.00/1.00 vMB 92
484,688 484,688 0000000000000000001649b3a96b295a2bdab144a15e980d6f0f10ef27544dc8 1,726 1.00/1.00 vMB 207
484,687 484,687 000000000000000000c9f5ab4d24e20d01dd6d62473a1c13bcec9bcd68cc5ba1 1,679 1.00/1.00 vMB 42
484,686 484,686 00000000000000000026155ec6c03ff8eeaa35cb21b1183d5eebcb24900929bd 1,629 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.