Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,977 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,321 (191,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
720,299 720,299 000000000000000000031458c9ede99b22683f0aeb39ff63492f8b6f4846ae5a 1.49 MB 531 2
720,298 720,298 0000000000000000000491152be56ced6f08cda53e13b140dfb3188e622e305b 1.65 MB 1,768 6
720,297 720,297 00000000000000000007456a3a49b6476ae5087c67910392bc89bc06366a670e 1.53 MB 1,157 4
720,296 720,296 00000000000000000009c013a0a6055f6771e06ccff3d463a4e9a04e73e89d24 1.55 MB 2,389 8
720,295 720,295 00000000000000000005fd850ef8e2b6883e119f8220967ac1e3f72d9698c162 1.58 MB 2,928 11
720,294 720,294 000000000000000000087e4b986e71f441c6944443f19c4c79fb8f4fe69a674e 1.40 MB 2,142 9
720,293 720,293 000000000000000000049891a13378d934c22b37b359ea29f192c4e810c8529d 1.55 MB 2,684 5
720,292 720,292 0000000000000000000936595a9b882b71fd813b3d820a67d7a7772407815d56 1.58 MB 2,485 15
720,291 720,291 000000000000000000003a72b6c45d020e9496a2a3e786de0e54fd13746ae1ff 0.11 MB 167 11
720,290 720,290 00000000000000000005cc1f4aa4a910dc782629970bf916ca0a171ee79b163d 0.19 MB 319 10
720,289 720,289 0000000000000000000729db2512ee5b6d8167943a7b8c7e1860fad981ed7a64 1.09 MB 1,223 7
720,288 720,288 000000000000000000022b497c44628539fca1a32f3d3b0c6004c742edd704e2 0.14 MB 108 7
720,287 720,287 0000000000000000000691ecf7be1f5b9810e9ea59c332ae76c1a61f137d951b 0.40 MB 268 6
720,286 720,286 000000000000000000014ad594932b1c9ed1304bf69268d221fea8e036dfa52e 0.46 MB 905 11
720,285 720,285 0000000000000000000184278da43e7d8e1cf75b928024dab9dc27f629e76571 0.33 MB 638 10
720,284 720,284 0000000000000000000925bd53f1b47fbe4619eecc577981958425b146bc6a0c 0.20 MB 363 10
720,283 720,283 000000000000000000051af83e438eccb0b64b769b29264a87d32a4624101ba6 1.51 MB 1,734 8
720,282 720,282 00000000000000000005014cf73ff3f62e68f924d13e0332219a916701377158 0.14 MB 205 8
720,281 720,281 0000000000000000000860fc0f6d2b93f2fee8d7dcedbcd7e090a66d4862db0f 0.08 MB 87 6
720,280 720,280 00000000000000000003ea635efcea3f039854edf7541fa3825f8f6fc5253c01 0.90 MB 1,237 10
720,279 720,279 000000000000000000009c2b2d78f4e2bdcb9b712703754b07fef5c42bf7522d 0.14 MB 221 8
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.56 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.