Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,620 transactions (1.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,727 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,397 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,726 (854,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,300 55,300 00000000070ab5aead89740f546d0027b5c6f47dfbb8401aff0c45a5b49f3218 0.00 MB 5 0
55,299 55,299 0000000004dcf9112cdbfa019ed7eb4c3fc6eecf135deeada21bc8a4d7628b81 0.00 MB 2 0
55,298 55,298 000000000b98b45d3953080a8cde6f3070692e5d2d07aea06d523236550a696e 0.00 MB 2 0
55,297 55,297 000000000079a20a66eeafafcd99575390787388143a79ac905bb5a2ba3c28db 0.00 MB 1 0
55,296 55,296 00000000118a33f23323dc8616766e3eef46f29c38dbc552fd4ad0581d42f52a 0.00 MB 1 0
55,295 55,295 00000000060142a91278046789d1ed745fc6ac795c2f94118406d79611272698 0.00 MB 1 0
55,294 55,294 000000000ca07168d576d2e41362a60a209cae9d05f82dd93056b5ca5e929063 0.00 MB 1 0
55,293 55,293 00000000040181fe25c305e3cfb9299d21ab19a9fdb4dfc3bb1905b1e865f1cd 0.00 MB 2 0
55,292 55,292 0000000005b41511bf564b2f3d7b70444f25afc0f25e70dea9d3f172dc06625c 0.00 MB 1 0
55,291 55,291 00000000046dca68c81d26bb5c2df3802720dc3e4d91d47a311d6da0822ccc62 0.00 MB 1 0
55,290 55,290 00000000046f9efa8f7c8b572a6d351dda019a6ce6381e466b15c80b01067133 0.00 MB 2 0
55,289 55,289 0000000000bb34a102c6718ac81d1c1e08cbaf08349807fce6feded4867c08bd 0.00 MB 1 0
55,288 55,288 0000000007ec6482b821eea8f187d1d9094933aa027f2b0c1b6afaf98688a504 0.00 MB 1 0
55,287 55,287 0000000010fe55700e913978d9f871075304e53203a5355627481ba5f50cf2e6 0.00 MB 2 0
55,286 55,286 000000000b3c2c0c2d4267eb80737be7df10aaa1d9cc2c133a919efd6a6eaab6 0.00 MB 1 0
55,285 55,285 000000000276ee06f687d20f96cd8cf8187a85c50b927859e912c4f2c00a6a99 0.00 MB 1 0
55,284 55,284 00000000066d24e41ca2869295353f71f2654d34249d09493b58a446f0144afe 0.00 MB 1 0
55,283 55,283 000000000b98fd5fcb7694764f54ef23cbd779f14a5691cbadf28283b7ce0961 0.00 MB 1 0
55,282 55,282 00000000057e8e09988d80060dfbed605a2e13737f86552f5e63cbe1d59b9ac2 0.00 MB 1 0
55,281 55,281 000000000ffb76ced545b73cfdbb7ab8973a5726c84e178a2cdb7815a6826cb4 0.00 MB 1 0
55,280 55,280 000000000b1b5d7b18a084e789c440ec6123e6b234187f73dfd2ca9cc0e55b2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,157.92 GB sent, 112.90 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.