Loading Tool

Explorer IconExplorer

Memory Pool

74,388 transactions
28.62 vMB
0.08477621 BTC
Random Selection Loading Transactions
Max Size: 169.22/200 MB

Candidate Block

Mining Attempt 9ac7caffd2d64aeae6a612e82a32721964d4071e3163158c35670fc9c0ebf92f
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root b1c299094d1dc53801594950d656a87fdb62686676f81af3e540ec9ccd6d6c56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.02729909 BTC
Feerates: 201.37 > 2.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (422,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,225 492,225 00000000000000000083ebf6203ebab0082124b89e4be4eeaf1d05882758ce5e 2,002 1.00/1.00 vMB 79
492,224 492,224 0000000000000000003277b639e56dffe2b4e60d18aeedb1fe8b7e4256b2a526 2,399 1.00/1.00 vMB 100
492,223 492,223 00000000000000000032f3507d2598dda323087d1a3ea128f0b8b4912851b096 2,048 1.00/1.00 vMB 138
492,222 492,222 00000000000000000039cbb36466e124d82478a80a85d65ca36f0fd40064a993 2,459 1.00/1.00 vMB 247
492,221 492,221 000000000000000000a7a14031d4eaac94e2794e0395a7cdef3be6a96c4c8ac1 1,787 1.00/1.00 vMB 298
492,220 492,220 0000000000000000004e85fe4b36a585da072f329619001fb50cdcee7d58437c 2,623 1.00/1.00 vMB 246
492,219 492,219 000000000000000000882bdeda9d256d4c172bb4a8b369f1772af19fcb31451d 2,732 1.00/1.00 vMB 281
492,218 492,218 0000000000000000001a5530ee669c4438fa706d53f8e5135f8256488df66ce2 1,971 1.00/1.00 vMB 97
492,217 492,217 00000000000000000046d5cabb24f80c5f60e614cb9450b14f5f86548dbac7af 2,323 1.00/1.00 vMB 140
492,216 492,216 0000000000000000006d7c1822119613361d0fdb4594ec68990a37d1c42472da 2,372 1.00/1.00 vMB 233
492,215 492,215 0000000000000000001f0ffad4402279360668ba5b071ee3206971199bd732f7 3,149 1.00/1.00 vMB 291
492,214 492,214 0000000000000000002565c85bb351e222fd34eb68f0712261689ec7c5f05d33 2,711 0.98/1.00 vMB 261
492,213 492,213 0000000000000000000bd68df3f9398932b1535aea34649358e24b5e2b41a9f6 2,550 0.96/1.00 vMB 57
492,212 492,212 00000000000000000065aedcb67e1ca2230c9c06a667f11f0a1528839f3c068b 2,344 1.00/1.00 vMB 259
492,211 492,211 0000000000000000001d8f1d13239fb8544698ca2bb9bc1cdd2883fc2580556c 2,336 1.00/1.00 vMB 29
492,210 492,210 000000000000000000500829275e29849bb2a64a38d2f112d81c8fba43e620b0 1,953 1.00/1.00 vMB 150
492,209 492,209 00000000000000000092bb686c21f129852b3f24aff05113d02b708c9d6c11f6 2,828 1.00/1.00 vMB 271
492,208 492,208 000000000000000000b49b5a52507a844998098f18c1e88e4b712e6fc59012e3 1,502 1.00/1.00 vMB 58
492,207 492,207 00000000000000000031c7f5289d5d9b420683082735e0939ef2001688b08d28 1,876 1.00/1.00 vMB 132
492,206 492,206 0000000000000000003747bbd35a7850751d2fa7f3459c56c89db31ed33984d4 2,234 1.00/1.00 vMB 80
492,205 492,205 00000000000000000095222253150b4b0ee86e56a905f836ae1277f24556b1ed 2,468 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.87 GB
    • Received: 15.30 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.