Loading Tool

Explorer IconExplorer

Memory Pool

84,738 transactions
32.78 vMB
0.08417105 BTC
Random Selection Loading Transactions
Max Size: 194.21/200 MB

Candidate Block

Mining Attempt d95ed679ba3332f8054864ae4cbfdd173b6e9ce358035402021a1229aff5b6ad
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root d17da6cccc368541275c877fbd80a25a9d1a6b837bb5ecf911fb3610f7be7ec8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,275
Size: 1.00 vMB
Total Fees: 0.01907138 BTC
Feerates: 120.64 > 1.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (439,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,690 475,690 0000000000000000012580db613215a923ce7d6b61a17a774f9c02042f19abbd 2,533 1.00/1.00 vMB 277
475,689 475,689 0000000000000000005398f2f3717f4eb76de90294d9fb11db150c7b41086357 2,500 1.00/1.00 vMB 310
475,688 475,688 000000000000000000078cba7a7a4565625cf4bf77d65eff436d167f52e18e78 2,392 0.99/1.00 vMB 396
475,687 475,687 0000000000000000003b330b3da4704ebe699da712d5f5b05e2dcfc875a42dae 1,913 1.00/1.00 vMB 55
475,686 475,686 000000000000000000d0869c7db1538829d9de6edb055ca14cd301f1e65d3045 1,545 1.00/1.00 vMB 52
475,685 475,685 000000000000000001522e81df10ae4b1d492ef5cdccadc46354a9d9ce227bea 2,330 1.00/1.00 vMB 75
475,684 475,684 000000000000000000c006dcf239aa451506b3a47d420dc77bebae53a0b53c9b 2,263 1.00/1.00 vMB 199
475,683 475,683 0000000000000000014f9911ed134b9faf4ec1061236590ff4920fafbab9bdb7 2,074 1.00/1.00 vMB 256
475,682 475,682 000000000000000001279af6a10621aa79358445cb4572aa7b58bf8a14fb5a73 2,334 1.00/1.00 vMB 106
475,681 475,681 000000000000000000183b429e4b9faf6a2d0ddb02814e809ce2625913b1b476 1,505 1.00/1.00 vMB 230
475,680 475,680 0000000000000000015d62bd4c760955f52a58c81cd05e6d5f13a37ce629dee7 1,920 1.00/1.00 vMB 206
475,679 475,679 0000000000000000015b70afff57348c99f598974953d0457cec475fdb21609a 2,032 1.00/1.00 vMB 241
475,678 475,678 0000000000000000017cef1583464c6436329467cc1fa532792b8d942041ee8f 2,314 1.00/1.00 vMB 192
475,677 475,677 000000000000000000d729aef41b7ef699e0e60aa036dc85416b7a518a79839d 2,273 1.00/1.00 vMB 191
475,676 475,676 0000000000000000014a2873d28cffaaabf0eebd5e0a63f297e0f6ce8f57c884 2,231 1.00/1.00 vMB 129
475,675 475,675 0000000000000000006c40aa0d80ea24ee87763307606c20372d5fad453c04a6 2,466 1.00/1.00 vMB 182
475,674 475,674 0000000000000000008a8fbefab7ffa18653fb0c9faa1ad5fc77b40e6738a9da 2,023 1.00/1.00 vMB 246
475,673 475,673 000000000000000000884e178a1863c3541549e8dd2b6dfdca2649fb1afccc7a 2,008 1.00/1.00 vMB 228
475,672 475,672 000000000000000000ae2eeef3fb5afc45cdb75183cbb0dd7994abf06e48da98 2,462 1.00/1.00 vMB 167
475,671 475,671 000000000000000000b01ebe99d74d4205f2ed156c09bc37aa7c97151cedf593 1,957 0.99/1.00 vMB 161
475,670 475,670 00000000000000000135763c1ce7cf0b90592dab400a2a79fe06d1929b912d2f 1,839 1.00/1.00 vMB 231
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.