Loading Tool

Explorer IconExplorer

Memory Pool

43,546 transactions
27.01 vMB
0.05738042 BTC
Random Selection Loading Transactions
Max Size: 142.40/200 MB

Candidate Block

Mining Attempt 73ce05ce039c87b821619c323183371864d5809bd0a5abbc564dbb43adf257a3
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 803debb752e41337712ee211116e703229294035834ed9928a433b6658c5ea27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,110
Size: 1.00 vMB
Total Fees: 0.00706499 BTC
Feerates: 160.56 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (422,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,639 492,639 000000000000000000aaef4d08b6437f1a7934f2039ff249535267fdea347875 2,697 1.00/1.00 vMB 254
492,638 492,638 0000000000000000002d72cc647feca93b0b6efbe29f44d83f69b32c7ea99dc7 2,220 1.00/1.00 vMB 228
492,637 492,637 000000000000000000adfe0f28fdba10f7458f707b705cc540a107448a1731f4 2,176 1.00/1.00 vMB 237
492,636 492,636 000000000000000000981c0d4a1187bed4c12ac53474a5b38ee75eb8ceba4a4e 1,592 1.00/1.00 vMB 270
492,635 492,635 0000000000000000001070e7180c311e097294bb5bc31c9a788d2639be30316c 1,809 1.00/1.00 vMB 227
492,634 492,634 000000000000000000553d3aa38a5229d837cf387944f63f6878b3538780edd8 1,917 1.00/1.00 vMB 249
492,633 492,633 0000000000000000007fd9fb2a8612e94d389ff2673c8666656afa52a4bc6121 2,475 1.00/1.00 vMB 262
492,632 492,632 000000000000000000573a6e5a8460cf6c18d08b658022bb81ba33b880e75475 2,979 1.00/1.00 vMB 253
492,631 492,631 000000000000000000787a6bbefcaa0f44bd3116d8b4b35df67616132391d0f3 2,445 1.00/1.00 vMB 288
492,630 492,630 000000000000000000784a71fdd0d3665e9a4fb8ab50310ac9bcb1c6c3b73c14 2,749 1.00/1.00 vMB 262
492,629 492,629 0000000000000000008f7e42c35728f966c90d7673fc04ead5ee52b041682451 2,441 1.00/1.00 vMB 237
492,628 492,628 00000000000000000003bcdde9671e1c03a5411d3520dde768d4fc3dc4527ce2 1,892 1.00/1.00 vMB 132
492,627 492,627 00000000000000000032131b51f9bfc4c27ac6e36127d48b26476e17674d1aac 1,618 1.00/1.00 vMB 89
492,626 492,626 0000000000000000002c17ca3dbe8d44b3fb7a6d787702b68b6ec43cb56a67f8 1,551 0.96/1.00 vMB 202
492,625 492,625 000000000000000000016fb3a1627eebfb45c2cc88f81712391d44d5274f3c0d 1,735 1.00/1.00 vMB 87
492,624 492,624 000000000000000000b20707210592a44ccee0e8c4a2574dd57d4cdf353dfb64 2,249 1.00/1.00 vMB 171
492,623 492,623 0000000000000000002602cb8ec9f18ed0c5162986595e50aead0a4b9b061d70 2,564 1.00/1.00 vMB 152
492,622 492,622 000000000000000000bdab44e9122069cef6518f4a779adcbe137540a531e6d9 2,550 1.00/1.00 vMB 266
492,621 492,621 000000000000000000bd5674249d4abec2cbd547b0aa01ffdd9f783d3c56bcf4 2,616 1.00/1.00 vMB 136
492,620 492,620 0000000000000000009fa2fcf8ae7ebf3202d0e1b704c9d985d99581f2903839 2,084 1.00/1.00 vMB 188
492,619 492,619 000000000000000000941416ecb168fe6c37bf1c5b07bb0358fd02a64b93e77e 2,554 1.00/1.00 vMB 250
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.