Loading Tool

Explorer IconExplorer

Memory Pool

83,423 transactions
31.27 vMB
0.09385462 BTC
Random Selection Loading Transactions
Max Size: 191.78/200 MB

Candidate Block

Mining Attempt 53ddd164ebd7d8a3a5de8a11d99d5868b9007a9a2751c2ed9ba7bbd72492172f
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 1f0b97312b4a911e88ae16174644facecd4e324ea23207225a13be0749a87558
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,365
Size: 1.00 vMB
Total Fees: 0.02326600 BTC
Feerates: 114.60 > 2.33 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (625,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
290,103 290,103 00000000000000001c65d227241928dbbdd2ef541d6edc4ace01ac6530ed5599 191 0.09/1.00 vMB 21
290,102 290,102 0000000000000000a90f36525a6a925231ae86eddc3d097d4a722690f4586003 396 0.22/1.00 vMB 30
290,101 290,101 00000000000000002b5e3edd24911f9d0cf0cb23efcbc0c80d5c75ca34344d77 519 0.27/1.00 vMB 33
290,100 290,100 00000000000000010f7162ad6f2925efe2c03c57d231a5513ede658cd6e2fad4 332 0.29/1.00 vMB 19
290,099 290,099 0000000000000000e113a48d6dc7cfd04029837bab6eb5f339f19fdfbb0a0b68 1,515 0.60/1.00 vMB 128
290,098 290,098 00000000000000006eae3f591c2df5fcdff051556f8bdb275b05ad025ad4192b 90 0.06/1.00 vMB 8
290,097 290,097 0000000000000000956c461d163a99f8d2428f38108caca13d16475f32b496d7 627 0.33/1.00 vMB 41
290,096 290,096 000000000000000112efab708986c274bfa6097fc8b154eb1bf7d42c8655a61b 389 0.25/1.00 vMB 34
290,095 290,095 00000000000000010ca83da037db782a085fa4638e01718a5aa634528dac463b 102 0.17/1.00 vMB 17
290,094 290,094 00000000000000004a533451dd32ada8e342602f6c226a981144d80104f71340 735 0.35/1.00 vMB 29
290,093 290,093 00000000000000007d00649aa25ee1a2fe098df1e0507050cd8a3c8b2585e6aa 819 0.39/1.00 vMB 32
290,092 290,092 000000000000000022f621da982e4f22cbf0dfd9a27e95793d6befe5609581d7 393 0.19/1.00 vMB 109
290,091 290,091 0000000000000001093d468d68ab249195e9948c9d8a0f254152b6d4f7a8c7e2 182 0.10/1.00 vMB 53
290,090 290,090 0000000000000000c1564a9c1bc2cfe2e8e62cf62557b8e77fdcbebc235e9388 273 0.21/1.00 vMB 35
290,089 290,089 000000000000000012ffbb2eb6295d0252efadba45f2fc53b8dd49c5a54a320c 323 0.21/1.00 vMB 31
290,088 290,088 000000000000000116c4f3a6e7afc96b24e9028688ed253a2c0550518bb02bfa 641 0.35/1.00 vMB 67
290,087 290,087 0000000000000000006edcc6c865f339ce598589b3fa5c0c33de3ae98ac0cb9a 1,258 0.70/1.00 vMB 32
290,086 290,086 00000000000000004a95e4813c9059ba4d248615ddda0d4d9f8fe7b0a908db3f 1,190 0.72/1.00 vMB 37
290,085 290,085 00000000000000003132458945d79fc0007a1fa547763e31ba05d22330f37094 343 0.28/1.00 vMB 21
290,084 290,084 00000000000000003d28a13a6dcc6a62c5a2784e55b45ab1c05f0a7d0c9d6c9d 244 0.14/1.00 vMB 29
290,083 290,083 00000000000000011205be672de39f6dc76bebe301d7c0fb80b45de75c425ce5 84 0.22/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.