Loading Tool

Explorer IconExplorer

Memory Pool

43,476 transactions
20.03 vMB
0.09731088 BTC
Random Selection Loading Transactions
Max Size: 113.25/200 MB

Candidate Block

Mining Attempt 0a4e046889fb8fdbcaf4e5967cc8ffbd43c83fa70d489c1877127f182444260c
Version 20000000
Previous Block 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c
Merkle Root 9f56cfa2fe598e42ab25afe9acc0c196b5d8add9e2887659236055d9b51635d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,170
Size: 1.00 vMB
Total Fees: 0.05797406 BTC
Feerates: 121.65 > 5.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,059 (747,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,866 166,866 0000000000000b72b0d5e434cdcaa3566b0825e6fcc61b90f3f6d0a9f0ea6971 158 0.05/1.00 vMB 16
166,865 166,865 000000000000010d606974e6835c0f08d4af2cfc5a810da2f7a9056f5a268501 25 0.01/1.00 vMB 111
166,864 166,864 0000000000000996380ec31775568ca51294ffe9fcb3c1eb7588d57031a2a702 33 0.01/1.00 vMB 3
166,863 166,863 00000000000001a8eef5fe6e776176de62e54a684b1614213071e27e1e90271e 57 0.02/1.00 vMB 75
166,862 166,862 00000000000000fb1360a3e89aad7b046bf08d89cf9dcefa538a0ba0f97cb29c 61 0.03/1.00 vMB 80
166,861 166,861 000000000000082a3d60e5e7c069a80365f6869878a21908c08cea1bc5993e03 13 0.00/1.00 vMB 0
166,860 166,860 000000000000014d110092c490413765e272969ff85e21f8a8087d153b3f15b2 77 0.03/1.00 vMB 301
166,859 166,859 0000000000000776adbabd801880ae9e8b21bdd3fd88cef1d04b97c8d6e7648b 86 0.04/1.00 vMB 93
166,858 166,858 000000000000054e81f2d85d5ab67e614cbfb5fca5ab76931d23ae88b1e390b2 114 0.05/1.00 vMB 65
166,857 166,857 00000000000005d85c0bff2656694e30d1a4716241babfbe8af6b9693e1f9057 145 0.06/1.00 vMB 308
166,856 166,856 000000000000009d10956ab4e3244a87e462b272af00957501b100d26193a535 15 0.01/1.00 vMB 9
166,855 166,855 0000000000000ba7aaea2fd0b1173a3571435ca1b96b2843fcc1f2a609b3361e 102 0.04/1.00 vMB 239
166,854 166,854 00000000000002de57ff139e24e3e247c99808ad22a50f77104d80e95ddcae9f 51 0.02/1.00 vMB 139
166,853 166,853 0000000000000808b45f84770aa953591e26f23f44877e80b194427d61d3569a 38 0.03/1.00 vMB 118
166,852 166,852 00000000000005b1135224ca0ae9f11aa5fca38c907cbfbf59adada69c689d39 118 0.06/1.00 vMB 93
166,851 166,851 0000000000000b101ebdc937ced439eeea60ca88db3f1b35a608e74bc4b8799e 130 0.05/1.00 vMB 65
166,850 166,850 000000000000053274ce0a63bb8bfd7ef3e226beae73dd586b78f65b86bd44a5 32 0.01/1.00 vMB 195
166,849 166,849 00000000000002b09ecf88a1cd867264c0159dfb3c219557d88150240c3b9ff2 59 0.03/1.00 vMB 100
166,848 166,848 00000000000005e8184d63cec24e2f12d997a81d5dc5bc0d725510c6bdefe10d 48 0.02/1.00 vMB 217
166,847 166,847 0000000000000113e3dc89ab2da57c83c503f99b49256034a13ff42f0b90e7d4 11 0.00/1.00 vMB 12
166,846 166,846 000000000000001c787ae81faf9d2ffef25be758e20c09999eaeab1cdff19853 62 0.02/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 780.70 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: 554.65 GB
    • Received: 6.76 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.