Loading Tool

Explorer IconExplorer

Memory Pool

35,337 transactions
20.13 vMB
0.07689201 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 107.50/200 MB

Candidate Block

Mining Attempt 27a11f6ac79cc11b1283712b268cf415f361559ac4c1e602847338f5ff782580
Version 20000000
Previous Block 0000000000000000000003121466754aa8efa1ab2c3afdf2eb6756fefa30c197
Merkle Root 7513eea3209caf8beba9b04cd1fcf9807a08fd6b47d37b6a0fbb78e85347da86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,162
Size: 0.9979905 1.00 vMB
Total Fees: 0.03129340 BTC
Feerates: 570.41 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,858 (651,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,466 262,466 000000000000001613195b86c52dc0c2ff71e1b8dfa377a6180876f20e6043b5 187 0.10/1.00 vMB 90
262,465 262,465 000000000000000de19dd5e4877b9445e409acc41d659863c9d598cd31315d00 68 0.03/1.00 vMB 105
262,464 262,464 000000000000000540f05accebd0b5fdce2316f90d7134c71ab93a601e9eca8f 8 0.00/1.00 vMB 103
262,463 262,463 000000000000001229109bf2c466a210e08ea95aa995a002f9a3ea21c3577c64 348 0.13/1.00 vMB 100
262,462 262,462 000000000000000cbe2bd60eaada8299e6c283577be3169db7065136f72a031b 71 0.03/1.00 vMB 92
262,461 262,461 000000000000001492b504b9805eb0fb40e2972880dcb42926a596abd4500244 272 0.12/1.00 vMB 88
262,460 262,460 0000000000000002fbfc42bc74912de375f7dee139eeb2cde72b17f85f13f6d8 123 0.05/1.00 vMB 87
262,459 262,459 000000000000000ec33a860c22540033e91c98b91337ab4aabf12e8dc0f9ece7 218 0.10/1.00 vMB 80
262,458 262,458 000000000000000e0c9003b83d2e4650dea7651a8b90a2ce556f00b3a27bced0 230 0.10/1.00 vMB 97
262,457 262,457 0000000000000003f8525f2b4b2453c7c6b6efa302d53062c3cf3ede38934368 172 0.08/1.00 vMB 86
262,456 262,456 0000000000000011b6d771186c98d37c1dc336b6067b32a8474134f9cae2cec5 58 0.02/1.00 vMB 92
262,455 262,455 000000000000000dd3fecc80d3b978451f7083dc13860d792728d445ff67d1b4 183 0.08/1.00 vMB 87
262,454 262,454 000000000000000cea124667b59a2fbb64789704d6abda3357ae7cdd1a79c0ac 107 0.05/1.00 vMB 84
262,453 262,453 0000000000000016150024a4dd9dec4c2c609930d84e4cc29a99d131791381ce 80 0.03/1.00 vMB 66
262,452 262,452 000000000000000aaea14e522feaa7ee381eeefbad1afb5d9e334ab59be4174e 330 0.16/1.00 vMB 92
262,451 262,451 0000000000000003ecbcbd94adc2a1e8ef006cb6017cf36adb7d39162ee99ac0 796 0.30/1.00 vMB 111
262,450 262,450 0000000000000004d17f4bb5aa336943ad6f6d66679a45716402ffb0b98eac84 336 0.15/1.00 vMB 33
262,449 262,449 000000000000000d47f7c0634ba88dc0914ea09d309bfcb90bb885237756a196 498 0.24/1.00 vMB 57
262,448 262,448 0000000000000016241a630e02f6864019237f7b90b0d9e73b2d0cc2de7c0648 644 0.25/1.00 vMB 102
262,447 262,447 0000000000000007f2e2f2ce41f6b01179b8e3213687e217ea7b9c94b1406b68 591 0.25/1.00 vMB 131
262,446 262,446 00000000000000033be0d5e6c9ccf1891e8f9175cca60a54edbc6440b7da2367 90 0.04/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 780.36 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: 523.29 GB
    • Received: 4.97 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.