Loading Tool

Explorer IconExplorer

Memory Pool

27,243 transactions
7.77 vMB
0.05178027 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.27/200 MB

Candidate Block

Mining Attempt 415f084639f3caf1eebd017f456057364d74ccb5a112f777e304378db47e9570
Version 20000000
Previous Block 0000000000000000000015ad2374849d4096a9d96a6e7082557b20890b320e19
Merkle Root ea365fe384b27be3d99b2cbc88f2e12a7cf22307f666704dd9d830eae45de88f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,447
Size: 0.87 vMB
Total Fees: 0.03174454 BTC
Avg Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,089 (747,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,779 165,779 00000000000000fe2345d31496bd634d0288da2aad6028360ef38e45c27936da 0.05 MB 86 196
165,778 165,778 00000000000001f9b1807f6776a44a9f0bae21e5ceba4fb695121426db1fc73b 0.01 MB 38 194
165,777 165,777 000000000000096129c3db32203a6197bc7643448f6668eb06273bbcb552cdcd 0.03 MB 66 56
165,776 165,776 00000000000001be7302aaac88234a50de889285e24f070ec82148b1806268d3 0.00 MB 8 66
165,775 165,775 00000000000004ec825f56305b98e93e6a66c3b972e0bd8009c98d1c94ca1f31 0.03 MB 94 56
165,774 165,774 0000000000000245b8954ba799cc9b43469ab1751a3204e11aa757a8cae2d40a 0.05 MB 103 97
165,773 165,773 000000000000088462fb41a6f32c30f2dbc1f7987d620a37a8be742d1ffad1c1 0.02 MB 33 45
165,772 165,772 00000000000009815cd81aa04f37d473a265f474195fd3a80208f21124365c3b 0.00 MB 9 388
165,771 165,771 00000000000003e03b0c73ca8f8019fe71fffa526b0fb95b778bec1202072c15 0.02 MB 46 79
165,770 165,770 000000000000092ddf0df79302de9087c11957779f0165e1565bdb585c7e8346 0.03 MB 88 332
165,769 165,769 00000000000002438849f32e08c79424f54ce9266d90e633b13ac338dc8f47cf 0.00 MB 13 55
165,768 165,768 00000000000007dccefb21d54ee65217d369217379346258c8ea4360a39f2a74 0.01 MB 35 205
165,767 165,767 000000000000040690b7063d7675e2a28dd0549b307a53f09f702a7130bf4321 0.00 MB 1 0
165,766 165,766 00000000000007e56ed48011f165b21df5d28a0654f398cf739038875e090bee 0.03 MB 82 118
165,765 165,765 0000000000000b779e8c1ae92974bdb7ff291ade2ef27b9e756fe03791de4cef 0.01 MB 30 296
165,764 165,764 0000000000000b7120345bb0194c7f1dcf4e2de0d653d001f3def687e5ea29ef 0.03 MB 50 51
165,763 165,763 000000000000036cf435c8667c3d379d4ee007e9d05a2b46c4163f176da7722f 0.02 MB 41 71
165,762 165,762 00000000000000c98939e9aeb7ef75f382d002fa2ee023c38e726314b3fba499 0.02 MB 48 108
165,761 165,761 00000000000005b25c821616e636827c2fe36fe0e79b389b58d199f9a646a870 0.02 MB 39 192
165,760 165,760 000000000000043656537307a92bdf4c64cb3446f746b46ca4330286946fb8f1 0.03 MB 48 321
165,759 165,759 00000000000001e4b9d924ab40dba86f3ea28f65cc4644e9b5968e173dad2f4b 0.02 MB 62 36
Previous 10 blocks ↓
Total Size: 779.01 GB

Node Details:

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