Loading Tool

Explorer IconExplorer

Memory Pool

82,941 transactions
30.43 vMB
0.14867634 BTC
Random Selection Loading Transactions
Max Size: 184.29/200 MB

Candidate Block

Mining Attempt d4f03ce92239e6b425b482beb946450410e947dd03b5198ccf2b6c06fc8fa48e
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root d6861fbed0703703ac887b8a3e2229192314f39acb9602d9c45e52d3bc8ca537
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,697
Size: 1.00 vMB
Total Fees: 0.06720951 BTC
Feerates: 150.61 > 6.73 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (422,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,438 492,438 00000000000000000031321ab84ba078f49b5135f77365bc4fd3bde774c26adc 995 0.97/1.00 vMB 89
492,437 492,437 00000000000000000037eb23563e0dfb8160f6d1890a94a144ae38f81f69a8bb 1,573 1.00/1.00 vMB 98
492,436 492,436 0000000000000000008c8a5137998a1f11c230a513ffc059df3fab2963b7c5ed 2,451 1.00/1.00 vMB 235
492,435 492,435 000000000000000000b810c4622d1d822f48652a53c52688f19efcc0bc50e44d 507 1.00/1.00 vMB 44
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
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.