Loading Tool

Explorer IconExplorer

Memory Pool

24,284 transactions
11.47 vMB
0.02825438 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.51/200 MB

Candidate Block

Mining Attempt 328b7bf01711410d3529c4691f54f3f9ba575ad29c131c46cc4467f68acfc7ce
Version 20000000
Previous Block 00000000000000000000f2fd667fec91d4329f3e67d283207f6bed62004d5294
Merkle Root 1f9cbb05236e58438e9f57460145d3bfdfddcb2603122e7c9c55aa65cda1086c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,027
Size: 0.997949 1.00 vMB
Total Fees: 0.00939317 BTC
Feerates: 313.32 > 0.94 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,691 (708,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,895 204,895 00000000000003925555b55915b3d4755012b7cd722ad019704f04eb6c8ea56c 128 0.08/1.00 vMB 104
204,894 204,894 000000000000005d73d3b368f5b243eb51f33dbe278e7157883c422fee32645f 92 0.03/1.00 vMB 110
204,893 204,893 00000000000000128eb44daf4b9633d17d459fef2145588817f4eb84057f0049 388 0.17/1.00 vMB 112
204,892 204,892 000000000000056e4b787f15fc3da831b7000d2f3ba727e1b8aec0cee9455030 146 0.05/1.00 vMB 17
204,891 204,891 00000000000003e7ca66821767815b41f3d2b39bc8f76969a263d6983250dbe3 208 0.09/1.00 vMB 113
204,890 204,890 000000000000032bd4de77286d135538cc50832a6ad6178aebf8cfb3cced15d7 248 0.10/1.00 vMB 173
204,889 204,889 00000000000001c6cd979d5e30deb3128a83ca257f29b2f2032bfd2ae4f849a2 32 0.01/1.00 vMB 166
204,888 204,888 00000000000000c025ff85cbb912d347121c5cc10783add8bc5cedee5229c2a7 32 0.02/1.00 vMB 90
204,887 204,887 000000000000039a4f27b375cb6351366bfaf9df4dedb303591b96c0f0b7577c 52 0.02/1.00 vMB 145
204,886 204,886 000000000000016fed06178666c7b834c60a169bd1abd8345c77023d24470a65 355 0.21/1.00 vMB 81
204,885 204,885 000000000000001b248da03b2b9b20356c0beb0328126640787844cbcca3ea67 148 0.05/1.00 vMB 55
204,884 204,884 00000000000000495c95a38948d8495cd85d86a910bf0746f4e8ffd9a70d8aa0 204 0.08/1.00 vMB 167
204,883 204,883 00000000000004fff22ba3132b8264de3563f72d3dc6ba95a636cb57df8201dc 32 0.02/1.00 vMB 108
204,882 204,882 000000000000004bc469fb73fd4643c4f8c2d0da76a1b8927df8159b7ef49666 111 0.10/1.00 vMB 69
204,881 204,881 00000000000002f8282e219875b0054e0265e34c26a743423d8ec1f321188c4a 108 0.05/1.00 vMB 86
204,880 204,880 00000000000001454ca10a97c9b603151c678933f487fd904709a30f2d7f2d6a 113 0.14/1.00 vMB 70
204,879 204,879 0000000000000540ced34d71eaf3d680224650b63a439b636965bb63bb34793a 99 0.05/1.00 vMB 180
204,878 204,878 0000000000000297ff8bcac8354d328aee368f22a62ad1b40525b88eb57c5a51 38 0.03/1.00 vMB 17
204,877 204,877 00000000000003dc842e90da942cde2802c16df9871427a1f11df84bdd3a086e 158 0.07/1.00 vMB 136
204,876 204,876 00000000000004a1dc3f144ade3b031db62c37eb732dd68892e05ebec9c6ba7b 81 0.03/1.00 vMB 52
204,875 204,875 00000000000001b027e1831325bd7812c02773498fdc53e2bf0b2953fdc6c297 217 0.13/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 780.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 490.64 GB
    • Received: 3.38 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.