Loading Tool

Explorer IconExplorer

Memory Pool

49,256 transactions
29.49 vMB
0.08181129 BTC
Random Selection Loading Transactions
Max Size: 157.74/200 MB

Candidate Block

Mining Attempt 9c6d584ad03e4033deb7e842c0ce8224479c7db799a8f0399403fc53d7b8fa5b
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 4c8fa1efe75723c2178fe54eefdd0fdc2c7b14b9d045b23c5218c223e427c1a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.02335724 BTC
Feerates: 132.00 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (804,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,817 110,817 00000000000034e169ea26ab9a5d12b6480adab30e48b0c5173c7dc601bca4e7 3 0.00/1.00 vMB 0
110,816 110,816 000000000000781870238a48ce088f9bfa1baa1d626c5aa73353a1b57bea3f3b 10 0.00/1.00 vMB 0
110,815 110,815 00000000000049ff323c663e9bc0eff71cf9f142334bf699765529694e3faaac 4 0.00/1.00 vMB 0
110,814 110,814 00000000000146b76ab635a477dce782d9d2bfa1269dfbbbed8650de2bd5ccf3 5 0.00/1.00 vMB 0
110,813 110,813 00000000000145fdb7ea4726e7251848efd0e1d5bf12910ff8439a790d1d563d 4 0.00/1.00 vMB 0
110,812 110,812 0000000000007caf8336f3f0919da56a65e25508189cbd2e5b3bd2d7b74c270b 7 0.00/1.00 vMB 0
110,811 110,811 00000000000115d3708a73c0cdcbe139cae42bcf583676f35b9f3d76682ae228 3 0.00/1.00 vMB 0
110,810 110,810 000000000000727e8d74196eb087302d01012e4b98dddc1ccba3f0869fce42b1 8 0.00/1.00 vMB 0
110,809 110,809 000000000000636dd96f951eb1b376ed9151fb8531866160a99ff3c95bd385b2 7 0.00/1.00 vMB 0
110,808 110,808 0000000000007e5f0d45c2fccb3c83b6483d97ba7d74eed2ac92c7504108e75e 4 0.00/1.00 vMB 0
110,807 110,807 00000000000182aae5ccc639bd5bbcbb421a65575915910c73ccf9adabb6335e 9 0.00/1.00 vMB 0
110,806 110,806 000000000000016b5cc9bb36bbbb0b37f470372549acec1551066d9b7bf7f7ed 2 0.00/1.00 vMB 0
110,805 110,805 000000000000988fae29a349e8900913ae277d5082aea096b45071d0fc73e418 9 0.00/1.00 vMB 0
110,804 110,804 00000000000129a670e6911d7dee81aa49ecf01a9174ec2c0d84edca61c846c6 4 0.00/1.00 vMB 0
110,803 110,803 00000000000150256956c4ce3a04784c57b954b6b11f82f0c620b8203319ee94 1 0.00/1.00 vMB 0
110,802 110,802 000000000000debeb9701c1a7cddffe010d9492fc09fa7fe5d3555a188d8fb60 1 0.00/1.00 vMB 0
110,801 110,801 000000000001b0ee0d6dfb9f33eca6235298ea0f36ee1cd39b812da9f425465d 6 0.00/1.00 vMB 0
110,800 110,800 000000000001179e32e2bd0410719f4773a7dd4b4bd4fad930ccadffd5b15676 2 0.00/1.00 vMB 0
110,799 110,799 0000000000017198c6acd7a6f535f9c8df0af2965e57bda1e765bad527efd9cc 4 0.00/1.00 vMB 0
110,798 110,798 0000000000003186b4501167d97ad9a688eda1282335c17a16d290e8d44ba463 12 0.00/1.00 vMB 0
110,797 110,797 000000000000c57218d4bb0bef838303648756203fd976f5a479bd0f36f1cf17 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.59 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.