Loading Tool

Explorer IconExplorer

Memory Pool

38,505 transactions
28.58 vMB
0.06292826 BTC
Random Selection Loading Transactions
Max Size: 144.83/200 MB

Candidate Block

Mining Attempt 6e04e554b1129bb6dda53f90ceea83c4f5996d186c2ee459b46de10e52157cbe
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root a8a9fb7b8e5b2a06a60ef20a9f42f3a8bfdd07f77430893038b6951799fb9774
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,121
Size: 1.00 vMB
Total Fees: 0.00764570 BTC
Feerates: 100.84 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (678,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,096 236,096 00000000000000de855998af2a6e599f2373cdfe7bc184d2930c968cc2aed6e8 64 0.03/1.00 vMB 167
236,095 236,095 00000000000000d51a55fbba12d6ff58f27001589e65a6f5f33315376a464598 614 0.26/1.00 vMB 203
236,094 236,094 00000000000001099e776e85e41fb7485b0bd654f6b0e3c951291f34e8eee2e2 281 0.12/1.00 vMB 196
236,093 236,093 00000000000000fe26b55287635c8d13ef65a875c3e09b370bfd78fce7165ae2 258 0.12/1.00 vMB 189
236,092 236,092 00000000000001461e4c53e7abe282ea5b59f5a6c6e54b066405215c61f99010 641 0.28/1.00 vMB 229
236,091 236,091 000000000000004ad7e501fda78924d23d94546c47ae790ff9bee1c29b684f51 125 0.15/1.00 vMB 37
236,090 236,090 0000000000000102e0cd19f5cda8668a610f533dbe761f829f5a24acab3aa61c 512 0.25/1.00 vMB 160
236,089 236,089 00000000000000bab801ba34bc1d751ca6050af232a7aed192b6e8bb80d5bd67 128 0.06/1.00 vMB 142
236,088 236,088 00000000000001025835bc19b32d122aaf60b0599bd69629140700bf5ad31109 716 0.25/1.00 vMB 253
236,087 236,087 000000000000014eb130e62b6a8bb7c79e6f4c1bc1d3f7e2e1c90154aa3eb39f 462 0.22/1.00 vMB 177
236,086 236,086 000000000000000a04863d719e35303e1cc00dc06d783fec71a1265781866740 558 0.25/1.00 vMB 182
236,085 236,085 000000000000007c28a54be9558a7cc8caab6f6348fd611b361f6f8e0c6f2fb2 580 0.25/1.00 vMB 217
236,084 236,084 00000000000000c4399759863b9fb5df9f135f5511403562dc4d15d2cc7788a5 784 0.25/1.00 vMB 191
236,083 236,083 00000000000001390d72d79b6796614a1a5437e4fc3b1bb72848506f03a11f72 153 0.06/1.00 vMB 102
236,082 236,082 00000000000000194da38d4939eeffb4c2ff7c403bca7d7c5a2b94100929eaa7 225 0.15/1.00 vMB 92
236,081 236,081 00000000000000f167536613925ac65f1404ea103196977345b96aa217f9cdc5 587 0.24/1.00 vMB 193
236,080 236,080 00000000000000d461ab124a26edbff49bdfac8d7a1ca57bc00444b278b5ddfd 426 0.20/1.00 vMB 156
236,079 236,079 00000000000000d7a6561db908bc4588009f0262e15a507fe4ad8a64c8ca702c 235 0.15/1.00 vMB 138
236,078 236,078 000000000000011f76c57b0f941acf03da10cce12cb989ed5c4b7b6722b89cc4 218 0.08/1.00 vMB 87
236,077 236,077 00000000000000f53fd89d1c8cdfcc89181e6092234ccbe2953955d08f53619f 195 0.15/1.00 vMB 43
236,076 236,076 00000000000000831a5c3450d1122cc9e4bdb5c712c2a830da5c81b742dea03c 462 0.21/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 781.58 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: 622.95 GB
    • Received: 11.40 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.