Loading Tool

Explorer IconExplorer

Memory Pool

50,325 transactions
28.84 vMB
0.07525638 BTC
Random Selection Loading Transactions
Max Size: 154.13/200 MB

Candidate Block

Mining Attempt 25535a29898df705b7c51327df5a729259f9a3c2391ac0df60d1f4be04a4ec53
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 776b9c6e58ca59a7ab34808f60a3f42e3896497809e3db5e1526e327dfdb90c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,804
Size: 1.00 vMB
Total Fees: 0.01210388 BTC
Feerates: 40.20 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (344,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,923 569,923 000000000000000000267bc19865e6b655a8c52c337d8fd67d2d69d598bb890c 2,613 1.00/1.00 vMB 84
569,922 569,922 00000000000000000013f59325f9de576781a45d14d194683a64534f9b3bf6d9 1,005 1.00/1.00 vMB 65
569,921 569,921 00000000000000000015636602dd96a4595cc6de602358c5089e5596525c2b0a 1,211 1.00/1.00 vMB 68
569,920 569,920 00000000000000000022d51719dcad3f668177abcc71a1ef0d5d8c14e9071cdf 2,024 1.00/1.00 vMB 74
569,919 569,919 0000000000000000001cc3d9c71f759782f71ac4f5d1ed57a5a9107c1a0faeed 2,088 1.00/1.00 vMB 62
569,918 569,918 00000000000000000012a9a89a78645a277a3f2a897dda7a6ce0db5e24e9e7dc 2,987 1.00/1.00 vMB 91
569,917 569,917 0000000000000000000d67179f634e9af3898986cd1a1b5e88021f2b2fc0738d 2,142 1.00/1.00 vMB 79
569,916 569,916 0000000000000000000c292307078b059b6bded0a255786a13b80e1434254622 2,270 1.00/1.00 vMB 93
569,915 569,915 00000000000000000029d2afc46e6cf7f861fdaf6994000bcf53c9a1d22c2c9e 565 1.00/1.00 vMB 80
569,914 569,914 00000000000000000007c2bb3e3b7f8a5066e5b4537ee922a3b741e7c9d41cdd 2,119 1.00/1.00 vMB 81
569,913 569,913 0000000000000000000de7f96a5ebb3ba2e7ca1e5e3a800d77baeb339edcc3bf 3,301 1.00/1.00 vMB 106
569,912 569,912 0000000000000000001d578015502a2dfc285eeeb45257c0a43320d53cdbf707 2,559 1.00/1.00 vMB 114
569,911 569,911 00000000000000000029804fedbfa179998a44a74977d4951ca5823058b60065 2,493 1.00/1.00 vMB 87
569,910 569,910 000000000000000000125c3a1e83c859c6a4d94418303cf1661cad58a9883184 2,727 1.00/1.00 vMB 86
569,909 569,909 00000000000000000010bb2e4e0a94e3c77fba95526470bd906c2ecd6fa4791e 2,748 1.00/1.00 vMB 70
569,908 569,908 00000000000000000007b0751b06079f135ea4cf0694e8f07b809b23bec733aa 2,490 1.00/1.00 vMB 70
569,907 569,907 0000000000000000001ff53c634b80d690d88e05e7a693ad45c3774776beeacd 2,844 1.00/1.00 vMB 83
569,906 569,906 0000000000000000002609004bff111456493f256663d48cc10826d710187fd2 2,794 1.00/1.00 vMB 108
569,905 569,905 00000000000000000012b892c5dd2000f6d545d617b6df35cfbec115eaa93efb 2,429 1.00/1.00 vMB 75
569,904 569,904 00000000000000000023fcd06f2240c25359f64537da9fbc223b40f71fe67315 2,710 1.00/1.00 vMB 71
569,903 569,903 00000000000000000015a13fa86589fe2e6f0021208ba435d5f900e95482b5d7 2,719 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.