Loading Tool

Explorer IconExplorer

Memory Pool

78,419 transactions
29.95 vMB
0.08644296 BTC
Random Selection Loading Transactions
Max Size: 178.92/200 MB

Candidate Block

Mining Attempt d2eaa621a58dd21f3a9f6a1845ee7c8d6e23f3606ebbac0373abfe1ffb15b526
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root f83767179194cca15cab6d9f929a9c3c84ae56270a5589ea596ac43e585c5db9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,662
Size: 1.00 vMB
Total Fees: 0.01788257 BTC
Feerates: 100.69 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (627,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,897 287,897 0000000000000000ecddd301bd24541e483b3d02b458a20ca6a14fb6db27762d 501 0.29/1.00 vMB 41
287,896 287,896 000000000000000061e1bbee6cd583713b358fe00f91b488bf6feb84483d2727 16 0.01/1.00 vMB 67
287,895 287,895 000000000000000140528ad589933d6cfb908f6345030f4d0b06d33f720c4089 217 0.46/1.00 vMB 13
287,894 287,894 000000000000000074a9eaa0c8b3d1809b8d8304da4d19a7ec3ca396e15ba757 126 0.06/1.00 vMB 39
287,893 287,893 00000000000000010258c1c1389e58123e47f5982dffe9e1d0b214dcb4ca15c5 158 0.90/1.00 vMB 11
287,892 287,892 0000000000000000777d53e87dc0375ddcc88de82d4689f6ffef16d78bf939a6 508 0.35/1.00 vMB 19
287,891 287,891 00000000000000002c80c86cf3b9f4a135ec9f20709a78e8cee9db7b998e51ee 1,066 0.35/1.00 vMB 45
287,890 287,890 0000000000000000381bf59ad65cd596cf7a8cd75c620c0ef7f8c2d4c5ea3dc8 164 0.06/1.00 vMB 144
287,889 287,889 0000000000000000d0fc8046b77c4c9d903b3a79e93b39cf984e4c711bbccca0 1,009 0.35/1.00 vMB 53
287,888 287,888 00000000000000013a306671960536e827cdbd74d5df36225089997f938ee3a7 702 0.35/1.00 vMB 36
287,887 287,887 0000000000000000b7b60c62b8c20088b7616e99334b3bcaae61ad8d9a70d25e 468 0.36/1.00 vMB 51
287,886 287,886 00000000000000007dabb19ab28ad696a33de6c04c183baa6a008db97408788c 112 0.06/1.00 vMB 26
287,885 287,885 00000000000000006ac1dfbb64455cb4fc617d353379201ddb1992f5a9897dd7 604 0.35/1.00 vMB 38
287,884 287,884 0000000000000000a5a598892edaa63819b3adc13173a2f82d9d890084b90f13 169 0.24/1.00 vMB 17
287,883 287,883 000000000000000046e3d11c9d83b25880b97b42fdeeaae441e36169a96ea8d0 749 0.35/1.00 vMB 40
287,882 287,882 00000000000000005ca7ff032c6751a1502a9c535cb27f25efb2415a44e5a5e8 129 0.12/1.00 vMB 25
287,881 287,881 0000000000000000155fd2f30f60100b3174c7b89bd75d1a85efdb27be1e86f3 425 0.25/1.00 vMB 35
287,880 287,880 00000000000000013a0e370b55e40478f7886b91f22ba436a85b94fb9b180a63 302 0.20/1.00 vMB 31
287,879 287,879 00000000000000002ffeebd7efd5795f53ea9430de7023b7e8a4a94529fc95e3 334 0.30/1.00 vMB 24
287,878 287,878 00000000000000005371e4fd5084e16e03cecaaf7ce565c4c970102c1fac776a 859 0.70/1.00 vMB 29
287,877 287,877 00000000000000015871cd66c7db32a5e2c3b5f2f7f3585ddae18b04853868a9 59 0.06/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.