Loading Tool

Explorer IconExplorer

Memory Pool

85,374 transactions
31.77 vMB
0.11682944 BTC
Random Selection Loading Transactions
Max Size: 194.84/200 MB

Candidate Block

Mining Attempt 35e0852551928a09a29349ab0fe046845671f967cf49bd40b0feec96cfd63fdc
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root e20e2a0afe13893b0d60083c2ecf9af86b1fd6742d2f0c231d138caa9b180086
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.04121567 BTC
Feerates: 301.57 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (396,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,535 518,535 0000000000000000001381ff7f9f039d02fc7e985a8a7df5731905f7d54b6def 1,576 0.71/1.00 vMB 22
518,534 518,534 00000000000000000026cd12f7910d65f0ba29eac701c5d5326338f74beb0d13 504 0.18/1.00 vMB 18
518,533 518,533 0000000000000000002808bcd72822ef30805fc269c5a3ef847acacd54b604f3 369 0.12/1.00 vMB 25
518,532 518,532 0000000000000000001b180b58f5bb7fa07e3b08372f0db45cc775967e1ae945 1,916 0.70/1.00 vMB 24
518,531 518,531 00000000000000000013edcaca469cac9616d8224e47f233967dd5813df08f6d 239 0.10/1.00 vMB 33
518,530 518,530 0000000000000000001b3c8c265567bbbbafec49d9df5975c324f0ef604278a9 1,897 0.88/1.00 vMB 23
518,529 518,529 00000000000000000036de0afe1e6fc16f3b7d4726df74ff7cdf97500478f412 874 0.33/1.00 vMB 28
518,528 518,528 00000000000000000034d7314f50108d48e559ff0c434715d8bed9920aa5bf43 1,840 0.82/1.00 vMB 14
518,527 518,527 0000000000000000000c5c92b0a70adb2f165b9312b4c856f8f08fd338632fe7 2,739 1.00/1.00 vMB 7
518,526 518,526 0000000000000000001164ae54c1e3e63269728b2608e5965a8bb0223e9411ac 2,556 1.00/1.00 vMB 48
518,525 518,525 00000000000000000022d69b8b5cb3b50067b32e5cd962668ebf212e69bea578 629 0.32/1.00 vMB 3
518,524 518,524 0000000000000000002b63efae601b73c263e43492c2440b0f401f6fdf0f09b5 2,624 1.00/1.00 vMB 29
518,523 518,523 00000000000000000031f6dc4dffc5826e4f3abb6040fa29831fef8ca91311bf 202 0.10/1.00 vMB 19
518,522 518,522 0000000000000000003a465fbee3c781d6fff8beeddc7912e99104fca3112e7a 1,233 0.53/1.00 vMB 16
518,521 518,521 0000000000000000003c1393357de75e8d22f537a9eba119869a050b90f8f0f0 1,551 0.69/1.00 vMB 20
518,520 518,520 000000000000000000327419f25e546868d391b90fe696379f9034ecb8cc3480 2,126 1.00/1.00 vMB 18
518,519 518,519 000000000000000000072043af7098a13b3e00a4b8ebc9e9c2ebacd4b8a13e84 573 0.27/1.00 vMB 24
518,518 518,518 0000000000000000003f5e4a52d1d1cffbf9063d36e280ad7c13ddf32512f139 1,025 0.75/1.00 vMB 9
518,517 518,517 00000000000000000005c1baf4265a6ccb953449011c856e331b3b170b757cad 1,798 1.00/1.00 vMB 21
518,516 518,516 0000000000000000003156cbe23113ca399a1b33b0f25d80168a17b02b634a36 894 1.00/1.00 vMB 6
518,515 518,515 00000000000000000037c92f219a2b81441e2b00b5fa00c89bf53cf2984e6cef 1,516 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.