Loading Tool

Explorer IconExplorer

Memory Pool

48,430 transactions
24.01 vMB
0.08625929 BTC
Random Selection Loading Transactions
Max Size: 132.40/200 MB

Candidate Block

Mining Attempt ca23dd98ecc0aace9886bcaf6a4430cbba8676c2118da7b43e650c20f544b98e
Version 20000000
Previous Block 00000000000000000001edbfed385dba04839fd0016a10cd5b3147ca7d3209be
Merkle Root 6efb5246ac63ffa0c09b20980aef4459d7d9a1e348383bcf125ac20882ed1c41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,324
Size: 1.00 vMB
Total Fees: 0.03484802 BTC
Feerates: 151.03 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,981 (756,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,004 157,004 0000000000000dfffffb7d8bcffeb4bbd08d6dbcc70c80f0ad8fcb31e41aea83 14 0.01/1.00 vMB 20
157,003 157,003 0000000000000215c300dcbb4099023844ed49a40c48f93bbc68fa5d132371bc 66 0.02/1.00 vMB 0
157,002 157,002 0000000000000b72c5ff9aeef3e7a9fd0478999d3e7d8ada67ea40395fa12449 13 0.01/1.00 vMB 425
157,001 157,001 0000000000000b5c4d10aca8f19676cae82b9d68b05522a201ffe5b97d8334cf 25 0.01/1.00 vMB 111
157,000 157,000 00000000000007ebf3a6b6ebcf46d550de83636fefd0a4eb91a5367f2880fd4c 40 0.02/1.00 vMB 160
156,999 156,999 0000000000000811a6e6f9559c2e3a8b603d6e61e02c7116a3b376d3b62ab942 43 0.03/1.00 vMB 61
156,998 156,998 0000000000000bf87b0bbc3c3d2e0f7e722bfd029b76ccf1bdcc63423a1a6536 10 0.00/1.00 vMB 51
156,997 156,997 0000000000000346139a9432424605ec44d66310e9cbc2706eb6299e4aa20f36 107 0.05/1.00 vMB 50
156,996 156,996 0000000000000ae4e079775dfb20e0571ca5e24d7fc73489a8a48bb9758e17d6 10 0.01/1.00 vMB 223
156,995 156,995 00000000000000271cfdab9dae8affc4d5bd56758222ccb12d5e0aa539c9ff3b 21 0.01/1.00 vMB 0
156,994 156,994 00000000000008b91843341b9398ded3a8acf626366cbc4fe6d6ae1b688df0ed 20 0.01/1.00 vMB 76
156,993 156,993 0000000000000821bc2636a70eea0b04ebc24310518b6eb9c7195c508cb87ffe 29 0.02/1.00 vMB 22
156,992 156,992 00000000000002d61466a32477edd711e24f4c68800c4fc96feb92eec241032d 23 0.01/1.00 vMB 46
156,991 156,991 00000000000004857083b5f9758c536a8ae53ee749d0ab3c0f0215f680d69d78 134 0.04/1.00 vMB 6
156,990 156,990 00000000000000c5e3f9dd0347cb01cd8d6d234ebf33f8fea61d9c9735f1b693 86 0.07/1.00 vMB 138
156,989 156,989 0000000000000188faef3ed055a9627937a4106274f85d20fb7ad4e58d9fd171 15 0.01/1.00 vMB 668
156,988 156,988 0000000000000b05a39179eb86a7c291ee3341bdbb8400b4a3322077a102d9c2 93 0.03/1.00 vMB 24
156,987 156,987 000000000000042f05d4a3d254d87048921a0f3cb2a59d60c4fe0125bbce273b 150 0.06/1.00 vMB 126
156,986 156,986 00000000000000b31c3ccbc4ec9e7cd854ce1ae5110e0c90d758ceb9d670878a 69 0.05/1.00 vMB 43
156,985 156,985 000000000000073ab0ea030440998db75d5c74393c6a0875a37fc4f00f1539e8 139 0.05/1.00 vMB 105
156,984 156,984 00000000000009e6e9b08e2ced87f48e08654d03bbd0027ef0f5d1da803522a3 14 0.01/1.00 vMB 794
Previous 10 blocks ↓
Total Size: 780.57 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: 538.56 GB
    • Received: 6.13 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.