Loading Tool

Explorer IconExplorer

Memory Pool

71,012 transactions
22.91 vMB
0.09193121 BTC
Random Selection Loading Transactions
Max Size: 145.52/200 MB

Candidate Block

Mining Attempt c8eaa3aa30b3b80d6949af42d5147db970dfa9c34f3566c2dc642a020e15a0c3
Version 20000000
Previous Block 00000000000000000000a80b358315c0a315abff0d54ebad37963b677688087d
Merkle Root 86c97f53f2c4916bc4a09cd4573c34afde6597f9cb597bb0bbc53bfd67b2e8c1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,012
Size: 1.00 vMB
Total Fees: 0.03168525 BTC
Feerates: 150.77 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,667 (834,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,410 81,410 00000000004610a0f7b303ea46f27563baa0d9cf66affdee19a0713681f0e86e 1 0.00/1.00 vMB 0
81,409 81,409 000000000028dcd386d08eb5b4951e0714de60fee211cd581b99ad963a7621d7 1 0.00/1.00 vMB 0
81,408 81,408 000000000026c63724d23b1e3e6d0980ebd94d309a697e360d7696bb7234d8ff 1 0.00/1.00 vMB 0
81,407 81,407 000000000043ab87760b1fc931af6676d986c4e68a03228f733cdea4f6e45d4f 1 0.00/1.00 vMB 0
81,406 81,406 0000000000057c395628c31ca58e9684ff9b66ddce3fa8a8d579619a1dfd2ba9 1 0.00/1.00 vMB 0
81,405 81,405 0000000000012b47ca3547079b2ab7d846c31c47d863acd2900ced812fab11fb 4 0.00/1.00 vMB 0
81,404 81,404 00000000000a15604beee77517b8a8750aa42f7f3299510f460f0eed1d3262b1 2 0.00/1.00 vMB 0
81,403 81,403 000000000027f4c1f35aa6e145dc1dc771d57b99c13b5ec568891afd61f89765 1 0.00/1.00 vMB 0
81,402 81,402 000000000017374f06846d6ef7002c56a167351eea15a53422ca2d6282930ffd 1 0.00/1.00 vMB 0
81,401 81,401 00000000000348aafe82b2bf936f71f198ae2c8d4da40d56a39b8ee28bde4c96 3 0.00/1.00 vMB 0
81,400 81,400 000000000041d9adb4549dd3810e9968f4a94a43660053b15124cb9c826c3bdb 1 0.00/1.00 vMB 0
81,399 81,399 00000000001d639b0cccc1dfd8ef1715cd4783d0661d217b15ee27e471d09bfc 2 0.00/1.00 vMB 0
81,398 81,398 00000000002cbb02c9389651df5e48f856beadec65eed04195275e44e0720a5c 2 0.00/1.00 vMB 0
81,397 81,397 0000000000024a11413a9c8385175408f04ff5266a96423f232c4cbe474b8846 3 0.00/1.00 vMB 0
81,396 81,396 0000000000339d26f77775920281e57f5d11dc8577e2bc4a3fa65ec59f69995c 1 0.00/1.00 vMB 0
81,395 81,395 000000000032ad84040efb58fc450e8f75c7678a1c3e0fa73f6bb01e8b5f6c5e 12 0.01/1.00 vMB 0
81,394 81,394 00000000001e9c5a1194924a65c0ec3c2a16afebe7d80cd9502ebe9b3cc407cf 7 0.00/1.00 vMB 0
81,393 81,393 00000000002175977fa76ebac8d6dca15fbd70f34d66f85488bbdbc8180fa9ff 7 0.00/1.00 vMB 0
81,392 81,392 00000000003e0abac6a62ce69a9b28d14d4460f57670f03cbbfb07a66ca629b7 3 0.00/1.00 vMB 0
81,391 81,391 000000000032035ce7facbc945f3c7b69c4ea65e8631c93f835442d92570fe61 4 0.00/1.00 vMB 0
81,390 81,390 00000000002b5dee2daa259fdfd10c34c63d54b90831c6842bd52853c8f31e99 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.54 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: 773.97 GB
    • Received: 20.63 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.