Loading Tool

Explorer IconExplorer

Memory Pool

16,679 transactions
6.83 vMB
0.05160869 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.54/200 MB

Candidate Block

Mining Attempt b417703f05aba5e0ce39c8ae049358a5deac46199d6c717ec2949d223be79337
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 6cdfe8ce4cd49aac56dcade5bbed314f20214ce3280a079ae8fa88bc5081277b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.03376273 BTC
Median Feerate: 2.86 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (708,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,123 205,123 00000000000001a4c0a03a17282d4da30fef3ab6aa84c1a5d1ba8a5a248af2a3 8 0.00 vMB 105
205,122 205,122 00000000000002a20b5a66d8ac35e8e9084200199010b075c0cbfaa1ecbc1259 75 0.03 vMB 167
205,121 205,121 0000000000000375097f1548d1e9dbdaec996e54ae9619f49fcd9a1c704d376a 129 0.04 vMB 98
205,120 205,120 000000000000019fcf4ef2967aa57fc02c28e7eaad1ac31ce15806070231bd7d 79 0.04 vMB 166
205,119 205,119 00000000000001d28ae4e9335310607d45ff2b35118d7a424b73c20752c5855e 71 0.03 vMB 121
205,118 205,118 000000000000021ee651392d3112f240fdcdfd12c9207857518801f97e8ac8f9 100 0.05 vMB 145
205,117 205,117 000000000000014299e74e3bb3b2842abcfc8f2ac0add2867ec1af5091f4444d 22 0.01 vMB 94
205,116 205,116 000000000000010fd94060d73f8df8c287f232f28d2dcaee2dc9a6561534e1a3 14 0.01 vMB 246
205,115 205,115 00000000000001d5f777966d3a6c673520949029b1a81bf25d190cbee470994f 9 0.00 vMB 111
205,114 205,114 0000000000000429d787a000031cfd7e00a82c8f9818c37bbe2b4cd75447ad3d 45 0.02 vMB 250
205,113 205,113 0000000000000371ddcbafcdbe05995eb19ebbd316f8169948ba745a74f002eb 38 0.01 vMB 174
205,112 205,112 00000000000005619067ed57220f3e0b571221d3c2a8cc44e612d4f42730c4b7 12 0.00 vMB 33
205,111 205,111 00000000000002f364680d05442c07a1b3575507d005f650fc06024b80a02e45 129 0.07 vMB 228
205,110 205,110 000000000000050adcac86835c9f8ca458f4394cd73f743621bee6215a87a9b4 306 0.17 vMB 192
205,109 205,109 00000000000005336f3deae5b61c275764aa5995587b569b8e40a07018123812 52 0.02 vMB 371
205,108 205,108 00000000000002d45acc677f22bf93bebed4d3e1d10f1542bc498b2d4351969d 76 0.03 vMB 179
205,107 205,107 0000000000000133f893dba8353370477f3cd7b9c9e3273b4ea3e453c950ca73 392 0.26 vMB 45
205,106 205,106 000000000000014bc26cd203ca54481b5e1a113a97935d4ad317df9ec91fd031 62 0.03 vMB 61
205,105 205,105 000000000000010c9c628f1a837eba855fd46c2b82300f5fca08799c74f6ecb8 99 0.05 vMB 211
205,104 205,104 000000000000027ff0c8bdd21082212c4caf50610ee663f0fafadee270312c3d 101 0.06 vMB 103
205,103 205,103 00000000000003ede87940a5dcfdb11ac9409ce9acee3a94c3572bb8b832bdda 207 0.12 vMB 131
Previous 10 blocks ↓
Total Size: 779.66 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: 314.49 GB
    • Received: 1.50 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.