Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,346 transactions (0.45 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (372,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
538,467 538,467 0000000000000000001dad695785d65279f8521bf89690811ec0f288b5b07e83 0.03 MB 48 212
538,466 538,466 0000000000000000002127c9177a4caeff14477d482c680098dbf3ba4a4060cb 0.28 MB 302 7
538,465 538,465 0000000000000000002935b62d88734288ffae044ea5b68e339424c41ad3d900 0.32 MB 597 18
538,464 538,464 000000000000000000223df6aa9e8c363dcb8efc199237ec87476b56182e1324 0.03 MB 46 25
538,463 538,463 00000000000000000027e578d97538612fc6215b5428a79b8b42f60e209505d4 0.48 MB 845 4
538,462 538,462 000000000000000000069fda891d7c49e692775f48ef21bdeb0184f24d902160 0.21 MB 387 59
538,461 538,461 000000000000000000274ce58a7691362b9cf8bd9d8fe86833b7835e562aef7e 0.04 MB 104 24
538,460 538,460 00000000000000000004271e6ceede6a7c523a90be55c7e1c577028b155c583f 0.19 MB 248 11
538,459 538,459 000000000000000000221ac9a4a8e5c0743e6ad2884c1b773f19fc834c93e8f9 0.29 MB 528 16
538,458 538,458 00000000000000000024db9654c5d85cc8529e866c73236e6dd29b4a88c1f105 0.80 MB 1,555 21
538,457 538,457 00000000000000000025899e936e1a577ba128405380b0b62a801f9f5edb3ab5 1.06 MB 2,190 22
538,456 538,456 00000000000000000020c2923683537e5eccf92a57aa50d7728d87d28eb235ad 0.88 MB 2,044 19
538,455 538,455 000000000000000000142726ea5eb76d81b5506acfdcbbb245e271bf3000164d 0.07 MB 132 18
538,454 538,454 000000000000000000142d6db37cd9de0e7a87eef4fa8ccb757df68ef608e785 0.02 MB 25 8
538,453 538,453 00000000000000000004bcc6f8903d7604b62fa786c97f99c7cd5cc628c63e81 1.31 MB 1,969 6
538,452 538,452 0000000000000000001b9801dc2242bed94c3bd847684aec16d241ab71e0cded 1.32 MB 2,804 24
538,451 538,451 000000000000000000158aca7f95da3162ce5d40d0e17530e35878b0d8afe528 0.14 MB 374 19
538,450 538,450 00000000000000000014e76eddbe5501a29761230d56f15c3018e2ff2d0072de 0.08 MB 207 19
538,449 538,449 000000000000000000132d800dd5a56dacf4288282b7944727df2a2f2666bd29 0.92 MB 1,229 2
538,448 538,448 0000000000000000001b0e20bd453dae33e9542f1330718303164483cce06e37 1.12 MB 2,060 91
538,447 538,447 00000000000000000006d7081ba0e8bc632a3c6534212b969de7079ab1e87ceb 0.33 MB 635 93
Previous 10 blocks ↓
Total Size: 775.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,399.55 GB sent, 128.01 GB received

Notes

  • This page updates every 5 seconds.
  • 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.