Loading Tool

Explorer IconExplorer

Memory Pool

10,916 transactions
9.74 vMB
0.04694423 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.26/200 MB

Candidate Block

Mining Attempt fedafb928c05b9c5c29655e97588e6fb3274f4101cccc7c930694c98ddcfe023
Version 20000000
Previous Block 00000000000000000001cc0353fd23b9be5276469e89009017f3cc907719938a
Merkle Root 6e6d563b8d84ef392916eeac3b7d902d9ee7aae3b1715ea95d3d8f899bfad7e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,422
Size: 0.9979825 1.00 vMB
Total Fees: 0.03240238 BTC
Feerates: 120.00 > 3.25 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,793 (747,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,677 166,677 000000000000059874329bac67b27450318b3fe87ae681bac953d07fc9c5b050 52 0.02/1.00 vMB 195
166,676 166,676 000000000000023de0c9807c2fb91d8c497533ec526f8f6a2c650c8e255fb6ac 112 0.05/1.00 vMB 247
166,675 166,675 00000000000002f4245e27dd7e2393fd513de060ec1e6bdc0a06f5d9c4ace732 132 0.04/1.00 vMB 22
166,674 166,674 0000000000000b35b99d36e879261e54d1c439ec2aed462fff5b8148ce332ee6 32 0.01/1.00 vMB 68
166,673 166,673 000000000000069818774cde471c20076e3ac55fb14b674fcfe2f89ff7a33a77 15 0.00/1.00 vMB 0
166,672 166,672 00000000000005799124c02a56929ea12b3177fea133dfc5590abb3359fceb3e 99 0.05/1.00 vMB 347
166,671 166,671 00000000000000c13a44b9ea39c4bd0a471511eceedd7c489947d484606a5fa7 16 0.01/1.00 vMB 73
166,670 166,670 0000000000000791d8a1306677142567d4df38530c51bd0b34a6d6b1a637a2d4 102 0.04/1.00 vMB 163
166,669 166,669 0000000000000823caf98a32705753eeec1241a6f10de44044785487ca5277d7 120 0.05/1.00 vMB 59
166,668 166,668 0000000000000762def5715495af0fc5123e40235145ec3fa887acd855967d28 11 0.01/1.00 vMB 171
166,667 166,667 00000000000002926d91aa3bb7f7e963516062910ea0d969ba7bc4e4acb4f9d1 58 0.03/1.00 vMB 202
166,666 166,666 00000000000008f0d3a8d7d84e3079057596f0d021f29daab2d11ac17fb513db 87 0.04/1.00 vMB 122
166,665 166,665 0000000000000291394f46de9c0191751bafd4959084c0141301744186b70c4c 110 0.05/1.00 vMB 20
166,664 166,664 000000000000007ee53b82b17bc6c02e5df197d736cbca82e1b8cbd044381398 17 0.02/1.00 vMB 1,488
166,663 166,663 0000000000000059cdb7392e44489f59a30237f4ae207d82e37eb804d300c27e 35 0.01/1.00 vMB 292
166,662 166,662 00000000000006930af21310211198b666f6522ecfa55cbaf85e68d37329c28b 17 0.01/1.00 vMB 251
166,661 166,661 0000000000000081168d68c093a65873b9bab4662d6da6de3ff616a01de55008 33 0.01/1.00 vMB 88
166,660 166,660 0000000000000bd9d35329941057fc26dea514569c68e759f567dfdfb0bfd8fc 118 0.03/1.00 vMB 58
166,659 166,659 000000000000076af40d39ced2fcd12fc8314fe3ce4e47a0d70b077f7d7871d9 106 0.05/1.00 vMB 52
166,658 166,658 0000000000000bc8dddfbd1d1d574f622a00816ee7c466677cd8b7c39281b42e 67 0.02/1.00 vMB 174
166,657 166,657 0000000000000523a5896c93794edd4b8169297d51f6373c58ff66c23315882a 44 0.01/1.00 vMB 315
Previous 10 blocks ↓
Total Size: 780.26 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: 514.35 GB
    • Received: 4.30 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.