Loading Tool

Explorer IconExplorer

Memory Pool

73,966 transactions
28.53 vMB
0.07201754 BTC
Random Selection Loading Transactions
Max Size: 169.08/200 MB

Candidate Block

Mining Attempt 9dc698604ddedbbe20bf6eb92bfee50d58e1bb2850dc1377df22d8d523b998a5
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 103071d5f80ac35ced0a8f826faa3755464ba8701a7fb61545d0214a7878c7b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.01475365 BTC
Feerates: 250.89 > 1.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (308,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,979 606,979 0000000000000000000b47c68737f19055df681e70f7c60a0b6e60e5661deb8c 2,325 1.00/1.00 vMB 21
606,978 606,978 00000000000000000004055a750a134ae28a0ac4565fd5ce4d1d014e8f648aa1 1,791 1.00/1.00 vMB 21
606,977 606,977 0000000000000000000d7c84ecdfa743a6c3703910436532cc39fb9a1080ea9b 1,655 1.00/1.00 vMB 23
606,976 606,976 0000000000000000000393987efeb952266b427b318d829359059b8bd2e500e4 2,302 1.00/1.00 vMB 17
606,975 606,975 000000000000000000131f600e24548cdc0177208f033108a5cab4cf675f9e29 1,704 1.00/1.00 vMB 34
606,974 606,974 0000000000000000000975deaef373b780fe52b9c72a0b07bbaab7ab91c55637 1,508 0.56/1.00 vMB 8
606,973 606,973 00000000000000000008744c31f098e87fc35179f4c32b3a3302003ead991e41 1,405 1.00/1.00 vMB 16
606,972 606,972 00000000000000000007326d53880b0b1084651a279b74966e46a0d1f00c4635 1,982 1.00/1.00 vMB 22
606,971 606,971 00000000000000000001dc6e8f20a8bcf29994d6650a5e87b3e127ae4acb4462 2,241 0.81/1.00 vMB 9
606,970 606,970 0000000000000000000d826280f2ae55efdf45a1aa626ae1c1bf23566c85cba5 2,149 1.00/1.00 vMB 24
606,969 606,969 00000000000000000010c265f44eecfa7be7d4097688fc49afcda9b9c9fc174f 2,250 0.67/1.00 vMB 17
606,968 606,968 0000000000000000000945de67b5c63d5e360bf6f33ba505f03259dd7935afe7 2,497 0.74/1.00 vMB 15
606,967 606,967 000000000000000000019508ec13a52b4317c0a2195e0accfcae0df1faf6cc3f 1,709 0.58/1.00 vMB 18
606,966 606,966 000000000000000000056e291d5eb0c2a32cedcea59482d2f20b58f538e40e3b 2,356 0.71/1.00 vMB 19
606,965 606,965 000000000000000000103eb1adc525a58f9488be966b5a5117916516ca8f18a5 2,793 0.89/1.00 vMB 6
606,964 606,964 00000000000000000003854c2ddb9c1ba1348b04b1b3fba743262eb3c0d0c157 2,899 1.00/1.00 vMB 30
606,963 606,963 00000000000000000014d53351d89b927fbcc4f8d9fa7765d3f91fe1238adda7 537 0.16/1.00 vMB 20
606,962 606,962 00000000000000000011e9cf96f587d88b762bf6bfb3978a3d8afe8795e299bf 1,294 0.60/1.00 vMB 20
606,961 606,961 00000000000000000011f4c1f4cc39ba4ccc411b9896cf169b5faa49ad5f9b29 1,567 0.51/1.00 vMB 12
606,960 606,960 0000000000000000000e5a18b3536e9c832dba26d811bef02c73607a1e6e3741 3,112 1.00/1.00 vMB 9
606,959 606,959 0000000000000000000054a5753a9d2d708a29110818da62257a1ad795f0da10 2,581 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.