Loading Tool

Explorer IconExplorer

Memory Pool

80,948 transactions
30.37 vMB
0.13153826 BTC
Random Selection Loading Transactions
Max Size: 181.84/200 MB

Candidate Block

Mining Attempt 99108e5417679ce7245b657d1b376ea44b61b22a923c14040f91fd7b202b9f54
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 983e29aa82c6217514671eb3e3aeb4dacbc1b75e203c1c1622b6763590a34387
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,672
Size: 1.00 vMB
Total Fees: 0.05957044 BTC
Feerates: 150.86 > 5.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (422,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,434 492,434 0000000000000000003b777f7f2ba4487953c8d3e446c8008c150fe3ba6c0fd0 1,492 1.00/1.00 vMB 68
492,433 492,433 0000000000000000003cba9b9b77f2fa6f8acecc38c95b18f9515915eda04605 2,489 1.00/1.00 vMB 243
492,432 492,432 0000000000000000001676efbe491b486edf45cb997c4d7da1f3ac9622827178 2,234 1.00/1.00 vMB 176
492,431 492,431 00000000000000000020eaad8eeeec373219333d3831965ea75e08e42e36e8d5 1,932 1.00/1.00 vMB 111
492,430 492,430 000000000000000000193bd92cce033e2ffd84d5fc803f8b9a042e3ac7b54146 2,205 1.00/1.00 vMB 168
492,429 492,429 000000000000000000501a4ff43f5eaaeadd76b6a1c1de99932310796dc441ba 1,962 1.00/1.00 vMB 217
492,428 492,428 00000000000000000030faba74c4f28b514110be59de78052cde716db856a69f 2,115 1.00/1.00 vMB 241
492,427 492,427 00000000000000000087fc730ee2f8f1b70fc33bf69e02cc1f05a5479cac92aa 1,782 1.00/1.00 vMB 272
492,426 492,426 0000000000000000004e61ad3c4d768413d8486a017694a669f56fefa73493f5 1,773 1.00/1.00 vMB 98
492,425 492,425 00000000000000000084ba1cc2e7098e9fa689d8018ab3fa1f21e1e9d43571df 2,029 1.00/1.00 vMB 151
492,424 492,424 0000000000000000006e9bea6cb29054672ac427423e7f98193c55248e316faf 1,810 1.00/1.00 vMB 42
492,423 492,423 00000000000000000087529e43f882e97c2cd3b3cacd6d3afb3fb0048e5e4679 2,414 1.00/1.00 vMB 63
492,422 492,422 0000000000000000007493eb025f305b9147fd82bad86aabf5546a93368a84a5 1,132 1.00/1.00 vMB 82
492,421 492,421 0000000000000000000439af7e91c6a143a33da204a4800ecc0ec2b020622f8b 1,920 1.00/1.00 vMB 214
492,420 492,420 0000000000000000009e248627e389ef15bef17e95ab3c0fc8fd464d4e0f9162 2,395 1.00/1.00 vMB 264
492,419 492,419 0000000000000000008315d401e2cd720272bbcdf3c7202a8ccbd6e38dd3cd0f 2,452 1.00/1.00 vMB 188
492,418 492,418 00000000000000000069199501ee9f63f04a7758b7474c3dd556c6234d6f606c 1,490 1.00/1.00 vMB 189
492,417 492,417 00000000000000000069c19c290f7677868b56b864e207762c81deb33307a38c 1,429 1.00/1.00 vMB 209
492,416 492,416 000000000000000000513c0c6c96a83154e37fc00e1210f40bdf4c32f299dbcc 2,331 1.00/1.00 vMB 269
492,415 492,415 000000000000000000877c5d2efdda8b10a3f044b39b951419489a6503270235 2,270 0.96/1.00 vMB 246
492,414 492,414 0000000000000000002d461da4f27324403bc5153ed7f21f76aca2ba7b5d62d9 1,457 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.