Loading Tool

Explorer IconExplorer

Memory Pool

39,621 transactions
31.03 vMB
0.07371786 BTC
Random Selection Loading Transactions
Max Size: 155.10/200 MB

Candidate Block

Mining Attempt df86c6a7a152e3b10f4b8649cec043a7839c5a1e091a7f69b85c8029697440d9
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root 7af4d56e79278f039180215e352ab82317596a58d76e8173e57509d806d4f7a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,356
Size: 1.00 vMB
Total Fees: 0.01051080 BTC
Feerates: 101.13 > 1.05 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (678,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,104 236,104 000000000000002f413aa138af1861a76774d8a5f34df8e0e6c3c493421f988c 55 0.03/1.00 vMB 82
236,103 236,103 000000000000014e7d0d913692c66e93f5fc3f57e91fa5944b4450442e49528a 753 0.25/1.00 vMB 230
236,102 236,102 000000000000008feb033af518abee8158458721705208dcc91d57a22d1dd012 536 0.25/1.00 vMB 151
236,101 236,101 000000000000007e9cd9eadda5db2bab77d95026e4b74ee6421d1b940b6f3ac4 721 0.25/1.00 vMB 231
236,100 236,100 00000000000001372da97b7c565b6c5df147457621b5c194336c3f72b95d4aaa 583 0.25/1.00 vMB 173
236,099 236,099 00000000000000ed82fe4ffbf5677d6fc1ee304186288eb13358cf32418d0c31 759 0.25/1.00 vMB 256
236,098 236,098 00000000000000f6566a3d1d32e56670737490caa82a77e2c28cb0269de4ee1f 498 0.20/1.00 vMB 191
236,097 236,097 00000000000000b58cf5e81f3f705ae1488ad5a61fbc24f84acb0f6562c21f15 626 0.31/1.00 vMB 175
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
Previous 10 blocks ↓
Total Size: 781.62 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: 625.28 GB
    • Received: 11.59 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.