Loading Tool

Explorer IconExplorer

Memory Pool

41,459 transactions
26.43 vMB
0.05416616 BTC
Random Selection Loading Transactions
Max Size: 138.72/200 MB

Candidate Block

Mining Attempt d6312239bb72a5ef35ed9992b1bfb4af4d1f515b86d14a8f8129c75e34c98c02
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 5fe7dd4a28251bc74e2a8924ded73182684aa22a865e77076849c5ec35f9d5f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.00567267 BTC
Feerates: 100.68 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (306,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,189 608,189 000000000000000000089f23a4d16475b0321ef339b2dd5c7a440b138fefea45 1,089 0.32/1.00 vMB 11
608,188 608,188 0000000000000000000d6487a58382d5c58ac70db763bc63f47442edd000c2a4 2,804 0.81/1.00 vMB 15
608,187 608,187 0000000000000000000c081c6b74825a484bfd756f5a04d58c0497d7aaed7620 229 0.09/1.00 vMB 18
608,186 608,186 00000000000000000013009b3a6504838a4ce933ce08700c579feb72b85812a0 1,657 0.63/1.00 vMB 12
608,185 608,185 0000000000000000000bb2b129f850a7982f3b1b8dfa0f4d9123821ca3c91d18 2,052 0.56/1.00 vMB 13
608,184 608,184 0000000000000000000e6dcfab0f8b3e329eee41b4f250dafb99bb330ea85339 2,513 0.79/1.00 vMB 13
608,183 608,183 000000000000000000089f85abe547920f7c7a0e251d16e095e184de25d5f38b 847 0.25/1.00 vMB 13
608,182 608,182 00000000000000000013a4420ebc947b158f5fbdacaf29120f8b322b99b6f9ea 564 0.16/1.00 vMB 13
608,181 608,181 0000000000000000000428be77becad1226c03ebce4a271ec9b829c343fca933 360 0.15/1.00 vMB 21
608,180 608,180 0000000000000000000c64e9e301053c9eb959afe3a953a7ca20e0d2948895e9 3,316 1.00/1.00 vMB 12
608,179 608,179 0000000000000000001361d000421918aeebaf7550d78f989b3f10e82255a7da 1,941 0.58/1.00 vMB 10
608,178 608,178 00000000000000000013b5106c10844b5a70634d2f38c066c8b6f01186c2834b 2,310 0.79/1.00 vMB 15
608,177 608,177 00000000000000000009e5f4871f91505ceadd3db83b8ded78e16621114673dd 1,075 0.31/1.00 vMB 14
608,176 608,176 000000000000000000149474615894839f908b068751934ed20f9d91640f20b2 3,103 0.86/1.00 vMB 15
608,175 608,175 00000000000000000007a40a5baae283d00299ccf7073d90a4105739c8bacf89 1,658 0.44/1.00 vMB 4
608,174 608,174 00000000000000000006412b5dc298916fb5d148e9eca74d89a12fe9ff46c75f 2,600 1.00/1.00 vMB 17
608,173 608,173 000000000000000000008eb84cb79fb1da096827c79fdd3e4ef501876703f381 1,079 1.00/1.00 vMB 7
608,172 608,172 0000000000000000000f65207a988814a1d56cbe959b980ef413623d38b02d17 2,896 1.00/1.00 vMB 22
608,171 608,171 00000000000000000003ef3dc210f062b6c40a2eaf32e40fd9d6e7079d617670 1,851 1.00/1.00 vMB 9
608,170 608,170 000000000000000000062b01644fe627d940eb216675e292f8bbfcf84702a906 3,118 1.00/1.00 vMB 22
608,169 608,169 0000000000000000000351d6e09477cf4e98c7a7b5ed19a44f3bc5f74499c70a 2,734 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.