Loading Tool

Explorer IconExplorer

Memory Pool

87,066 transactions
32.29 vMB
0.13980057 BTC
Random Selection Loading Transactions
Max Size: 197.67/200 MB

Candidate Block

Mining Attempt 4eab547755c16dfd65ece67b73b2721b3c6c8028652bb833b0c7662d5975c307
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 7ba57d71939e8ffbfd8e542b0bcdad34ac2bd0800aa55eaa1d6393b57d92d479
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,954
Size: 1.00 vMB
Total Fees: 0.05285482 BTC
Feerates: 301.57 > 5.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (286,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,033 629,033 00000000000000000002127eb60f4ecf07b2a271cf7244c80d60964a92c7c4bd 2,588 1.00/1.00 vMB 54
629,032 629,032 000000000000000000082e2663fc2e8b4a93da4d5bdb1bdf81f57276e93c0d2e 2,157 1.00/1.00 vMB 18
629,031 629,031 0000000000000000000baf1006fad2818780c37737d85ed84f96156996857e10 2,586 1.00/1.00 vMB 73
629,030 629,030 00000000000000000009c08ed62dde0baf7121db4c3eaff1026fcbe0e5124774 2,254 1.00/1.00 vMB 50
629,029 629,029 00000000000000000008ac89c497584e1b7c1ac0bd5856693bf3792fadc5e619 2,523 1.00/1.00 vMB 30
629,028 629,028 0000000000000000000a5ec682114feb0d34fadde781d37937fe571daf37703d 2,484 1.00/1.00 vMB 38
629,027 629,027 000000000000000000005137e6b6104e69cdf435897929f63211a3c2169c8f2d 2,791 1.00/1.00 vMB 79
629,026 629,026 00000000000000000003df7511af473309350c6444a071a9d0e0bd0846bf07b1 2,549 1.00/1.00 vMB 90
629,025 629,025 000000000000000000053a232050251475f456dbe0d68cfc22fdba058bba55a4 2,689 1.00/1.00 vMB 29
629,024 629,024 00000000000000000007dbf16daab392e2c00e8be9ed49b362a85899e49f0163 2,611 1.00/1.00 vMB 61
629,023 629,023 00000000000000000007c3302d3cabb4311487d4914538b6b4353602eaebf7c5 2,504 1.00/1.00 vMB 36
629,022 629,022 00000000000000000004d29765c79220efc82d023e46dea452569ff84538106d 2,612 1.00/1.00 vMB 58
629,021 629,021 0000000000000000001058dce6d2f586999391d4c14ebab9d272b52cd9f679ee 1,822 0.98/1.00 vMB 40
629,020 629,020 00000000000000000003d19e270a0d11f35b033bdaf7572c3e4d612f624972ea 1,493 0.59/1.00 vMB 41
629,019 629,019 0000000000000000000a68eaeb13513ea7f90d99bb45c0af26eb1ed92f33217b 1,777 0.67/1.00 vMB 35
629,018 629,018 000000000000000000093a05a34758a2abcc493cd7c685d4900c8c967e0cce2c 2,044 0.64/1.00 vMB 42
629,017 629,017 0000000000000000000f5d332d05a78eef4f7bb4f1d6739da62b98aa59c131d4 894 0.42/1.00 vMB 31
629,016 629,016 0000000000000000000cd32d5bbf09b4358ff9a1804318e48a9ca596baa1bea5 2,639 1.00/1.00 vMB 38
629,015 629,015 0000000000000000000a2ee387028d80cb541c1e98f1dc890247aaab3f31384a 1,940 1.00/1.00 vMB 12
629,014 629,014 0000000000000000000e7dc21f4197111490899b119e0e56c28acf8d9987e1fc 355 1.00/1.00 vMB 5
629,013 629,013 0000000000000000000698b85cd5f28d54e34c33a45372c49d08eff39ac594f7 1,777 1.00/1.00 vMB 27
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.61 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.