Loading Tool

Explorer IconExplorer

Memory Pool

16,738 transactions
20.25 vMB
0.02715322 BTC
Random Selection Loading Transactions
Max Size: 104.27/200 MB

Candidate Block

Mining Attempt ca8d6ea2e094da4e69b45ba1352f3c50ebb6648516ced86f39faecd7d75086d0
Version 20000000
Previous Block 00000000000000000001818553c53edd73bc3ed64f74fb6f3b1fc7f03c3889af
Merkle Root 7da4dd17d79cac8e5a7b02638b867ffe343f20ba1db66da57686b3650a4e8c2c
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,399
Size: 1.00 vMB
Total Fees: 0.00491382 BTC
Feerates: 44.54 > 0.49 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,094 (748,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,327 192,327 0000000000000083cfc8367f093641b5af5eccf155a334d4d800c5b1e2b7b38c 256 0.10/1.00 vMB 73
192,326 192,326 00000000000004a961834958c5343282692444c29c79cc04444de0528e4a0c4c 177 0.09/1.00 vMB 93
192,325 192,325 0000000000000033e9305c2e86883a53946c45f154e0e2be32df5822bdbad85c 128 0.05/1.00 vMB 44
192,324 192,324 0000000000000329cdcbd38aa366ba6b1fc6bc763915a15098611259a13c2003 596 0.23/1.00 vMB 161
192,323 192,323 000000000000082f97c08c1767b8aff58c53d34829c90f1d464819ab73317360 512 0.20/1.00 vMB 97
192,322 192,322 00000000000001cbb641692c4e2d1e89abe1d5ebdaf4b6ec180bf1c6471a6dc7 10 0.00/1.00 vMB 0
192,321 192,321 00000000000007b67693fea8291bd0d9ac57a0377af10b60167a7f5e39df1ce4 751 0.29/1.00 vMB 155
192,320 192,320 0000000000000335899b6fc51467f1fabbfd21d857dcc6f8dfb7628c3502550f 7 0.00/1.00 vMB 0
192,319 192,319 00000000000008025f7f3734353f45f808b68d660975ab91ad37c27398dc5885 611 0.25/1.00 vMB 159
192,318 192,318 00000000000007750d55c61237828095f6ab1c6dcbddc271b7255eabf657a764 84 0.03/1.00 vMB 0
192,317 192,317 00000000000006483375490c588b9778d8019999f1b8994c58c8f952202ede7e 282 0.11/1.00 vMB 201
192,316 192,316 0000000000000269a5c03041b269740fe11db66b7f1eebb945ad217bff48a15c 6 0.00/1.00 vMB 388
192,315 192,315 000000000000024e49d85adc9f13b6332355989e1d40fd0f9b75da47e7c0c3b4 3 0.00/1.00 vMB 0
192,314 192,314 000000000000014470c61a1b8d2f41c87a79088f66db41d392702c08ee8a7f19 251 0.10/1.00 vMB 186
192,313 192,313 0000000000000041f51e86d8dbeb825d6bb02b6d0cadb632e37a87b3d55d4f5b 86 0.06/1.00 vMB 122
192,312 192,312 0000000000000026bb778bf0ec3a00268345e999d02ad2de0f5f9457818c844f 315 0.16/1.00 vMB 152
192,311 192,311 000000000000028f0b54a573e24850eef88be0d998357e25f5aff1928b4008e0 28 0.01/1.00 vMB 25
192,310 192,310 00000000000005533efe8c481d9d3578ae4c3d28a6b84fc4fdf86af45b421867 103 0.05/1.00 vMB 76
192,309 192,309 000000000000028425e00ab1c446d84bc06c7a1684fb7c6b704b852d0fbf03fb 886 0.40/1.00 vMB 161
192,308 192,308 00000000000000f7b302c803f255a4bb26fbdb34d0c9ab39d2d2dc7c183189bf 27 0.02/1.00 vMB 548
192,307 192,307 000000000000044a0f4c621fd13140a159f360eafdd396a39ab1f52489368247 30 0.03/1.00 vMB 350
Previous 10 blocks ↓
Total Size: 828.72 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: 4,616.10 GB
    • Received: 248.62 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.