Loading Tool

Explorer IconExplorer

Memory Pool

44,808 transactions
27.31 vMB
0.08037825 BTC
Random Selection Loading Transactions
Max Size: 144.27/200 MB

Candidate Block

Mining Attempt bd53fe992e12cdd30f2f09eecdaabc7a641e7bd7ddad8afeb362f8fc4de5ba33
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 3012fc82a926854837b7cfeec634a023f9f49a5fd855079d62802cba3bb40692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 1.00 vMB
Total Fees: 0.02946574 BTC
Feerates: 200.83 > 2.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (295,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,892 618,892 00000000000000000001e85b91b00d653102ac2f2960c3f4c1e4c57a9056b62c 624 0.25/1.00 vMB 16
618,891 618,891 0000000000000000000b8f0a01597b7c8f9000f80e8ccae4eecaf7b8fc2f8029 3,137 1.00/1.00 vMB 15
618,890 618,890 0000000000000000000594a126499ac667e4642a85661d67d4aae167fe79b2bf 2,090 0.77/1.00 vMB 15
618,889 618,889 0000000000000000000391feafe52c28d999e9d2d7e5ec67ac762563d3c09ce6 1,552 0.69/1.00 vMB 17
618,888 618,888 0000000000000000000d1bd7fbd958238f2d9af296c727566ebbf45db4959094 212 0.07/1.00 vMB 1
618,887 618,887 00000000000000000011df96409727deeace6b3188e3b163ac6a09e22164ce95 3,260 1.00/1.00 vMB 16
618,886 618,886 0000000000000000000878219828a92dafcc96498215e5857adf05cdc89c1d5b 2,523 0.71/1.00 vMB 17
618,885 618,885 0000000000000000000eba1057ff788926dc7a8723e5b308d01ef8cfdff05a67 1,860 0.68/1.00 vMB 13
618,884 618,884 0000000000000000000571aa1bad828f64af6336cab8dbf96ba7c4b5e8ebb504 2,923 0.88/1.00 vMB 19
618,883 618,883 0000000000000000000250bfb3467559531460561bc33c976bd182f7659fdb8f 129 0.05/1.00 vMB 16
618,882 618,882 0000000000000000000f176fe21aebf83f16d60f8b34e4e1aad79d0ad4773203 1,332 0.50/1.00 vMB 14
618,881 618,881 00000000000000000005a48dba9bf307734f5dbc34c2ad930cbf7617d7042f99 1,318 0.43/1.00 vMB 9
618,880 618,880 000000000000000000025f0c018f89561df4fe564379855a5463c18f0f62bc06 3,265 1.00/1.00 vMB 4
618,879 618,879 000000000000000000027e7b7dfabf77621982f88c92ba2268df4dd658a15566 3,172 1.00/1.00 vMB 26
618,878 618,878 0000000000000000000cdac723a5c02a7f8b3fa99a638bbd6423d941f3afca6a 2,471 1.00/1.00 vMB 17
618,877 618,877 00000000000000000011a4c088f8f42b105e9d8dda6c0c9112ddf138799127b9 2,988 1.00/1.00 vMB 31
618,876 618,876 0000000000000000000d3adad6dc47087bb9c9ef5ffbc0c73781370c19e57968 2,906 1.00/1.00 vMB 14
618,875 618,875 0000000000000000000ed1101521a39b1320bd9d0f57769b873531a65016dbeb 3,060 1.00/1.00 vMB 18
618,874 618,874 0000000000000000001169f8e95a8f86b63ffecd4a5967b3c444acd4a532a42c 3,243 1.00/1.00 vMB 17
618,873 618,873 0000000000000000000b804d0a7c68afaf198cbae1cc16ea3613435ce77a9521 2,625 1.00/1.00 vMB 17
618,872 618,872 000000000000000000028748ec1c4a875d342cf6af46dbaf1a6d387cae76023e 2,333 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.03 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: 650.41 GB
    • Received: 13.28 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.