Loading Tool

Explorer IconExplorer

Memory Pool

42,420 transactions
29.49 vMB
0.07927277 BTC
Random Selection Loading Transactions
Max Size: 150.60/200 MB

Candidate Block

Mining Attempt ca637223f141e51cfd1b0b1071134eee96e307966da607626cf118131764beb6
Version 20000000
Previous Block 00000000000000000001475c6914d089aea865d11945633aa877341c672131b9
Merkle Root 5140e91b8cb19a387f9dda5968b7cb3d0c684d606e05ef35531860a100dad75c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,261
Size: 1.00 vMB
Total Fees: 0.02130764 BTC
Feerates: 100.27 > 2.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,535 (479,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,916 434,916 00000000000000000146ddd73feab74b306d128797782999f0d9c01133fbe233 1,459 1.00/1.00 vMB 36
434,915 434,915 00000000000000000184cd79ee48119636e48dc151a69e79c65ffebef67591f7 1,600 1.00/1.00 vMB 37
434,914 434,914 000000000000000001e7dbbc89c7992dba7e7f7fd5d0e4b2e89719766c953eeb 1,441 1.00/1.00 vMB 38
434,913 434,913 000000000000000003dec5903c1caf45e3fd57d1e1bf5255f4b7ec29f5acedb2 2,091 1.00/1.00 vMB 57
434,912 434,912 00000000000000000365e0a404437c2b645249fba16a9f6734c7250a43e05346 1,806 1.00/1.00 vMB 38
434,911 434,911 000000000000000002ce76d65a2901c5460fd9f26bbfe9a7e59466249778cbae 1,747 1.00/1.00 vMB 54
434,910 434,910 0000000000000000040874a1234ddff3cd9bf3c566b1ad4f9c2e07acb667c29c 2,697 1.00/1.00 vMB 85
434,909 434,909 0000000000000000001ba3b458119f37be5f6aa5231175b1894ab92a3456e32f 2,196 1.00/1.00 vMB 71
434,908 434,908 000000000000000000b38de8f6516665d8e89da0dda2f8b609b5eff1f324e5a6 2,317 1.00/1.00 vMB 66
434,907 434,907 0000000000000000010c313ae05a64143e942064aab82f3a20f3e7764f9a5c96 1,845 1.00/1.00 vMB 52
434,906 434,906 000000000000000002ad7c47181daa1509e681fe4ed3c02272a6bb979f18153f 1,367 1.00/1.00 vMB 16
434,905 434,905 00000000000000000087206480cbc6a1b3cee576b3407b27779b5dec82d2af16 1,855 1.00/1.00 vMB 34
434,904 434,904 000000000000000003929135df6eeb3273e2fe0f28b9af8309a7fc6d158d6184 1,915 1.00/1.00 vMB 56
434,903 434,903 0000000000000000013cd347b88057370c370d29720c9f09f8d849bbebc3cc2a 1,389 1.00/1.00 vMB 32
434,902 434,902 000000000000000000aae8960bc90f849c0cb6cb6e1f3d8b682db5a7ea602b4f 1,286 0.75/1.00 vMB 47
434,901 434,901 0000000000000000026267a2978d8b6afcadfd6be7c98912c47c0229d003f4f5 1,498 1.00/1.00 vMB 47
434,900 434,900 00000000000000000360c7470ddfb09df16421140688cd1aee88949e7b779c6d 2,068 1.00/1.00 vMB 38
434,899 434,899 000000000000000003245205590c88871e5ad74d373f23b8986466cae83353a2 934 1.00/1.00 vMB 43
434,898 434,898 000000000000000002aab6683e9c8c9d3fb6bc6d87d3ced042fd024808511ce9 1,986 1.00/1.00 vMB 51
434,897 434,897 000000000000000003fb1f0ca1d2e57242be7b5e7d2033353b256e1b796cc8f5 2,322 1.00/1.00 vMB 60
434,896 434,896 0000000000000000019e1a863eaa46efeefe8888ac063c25bd65bee83b860316 2,544 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.56 GB

Node Details:

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