Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,265 transactions (0.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,540 000000000000000000022b910000000000000000000000000000000000000000 0.38 vMB 1,264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,539 (39,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,312 872,312 00000000000000000000e297b145be6d4b96e3de85a56f8be6c34be9285fd701 1.65 MB 3,635 6
872,311 872,311 0000000000000000000262d6faac602ec3153026b9c8b6b3782cc7df9143c7ff 1.70 MB 4,370 7
872,310 872,310 0000000000000000000052fc1c2c6562d07dfb225827c625492b7618795337db 1.55 MB 3,593 11
872,309 872,309 00000000000000000000318fc259b1321c97279ed964b58e051a12888b1c8d8d 1.61 MB 4,110 11
872,308 872,308 00000000000000000000174b78413a68d04a183ec7e08557da0a638da3ae3410 1.75 MB 4,520 8
872,307 872,307 0000000000000000000294b6ea9f72578c635afde50fc9cabe27cc311de07e5b 1.61 MB 3,499 5
872,306 872,306 0000000000000000000096a6352c4841b8a184eb4085fb3227c9a304ea1313e1 1.70 MB 3,723 5
872,305 872,305 00000000000000000000801afc2dbf3dcdc7931234f72bcdc63b71eb3751a960 1.91 MB 4,549 7
872,304 872,304 000000000000000000015f5a47d613238db4ea4096182eb9b40b2ec82af8249f 1.72 MB 4,428 8
872,303 872,303 0000000000000000000081f0b1357bc1d0fcbfea26802ab50c5df741030782d4 1.72 MB 4,469 8
872,302 872,302 00000000000000000001265c219f21d8715a2df9a5d33eea080a95ae90da51d2 1.61 MB 3,840 11
872,301 872,301 00000000000000000002a2231d42fea2879dbcfb3944ad956a4b00740f4f1f9c 1.69 MB 4,337 12
872,300 872,300 00000000000000000001e5b3401ef7aacd2cc17d5edf4c6d0efcef3cd7ae540b 1.75 MB 4,815 6
872,299 872,299 00000000000000000002198719b7083eed32bb5508660af493e693b9ade907e1 1.66 MB 4,401 7
872,298 872,298 000000000000000000009c3e5d47af2539c2326458c01633ddb8b57c4fda7022 1.68 MB 4,350 8
872,297 872,297 00000000000000000001d8fafd62e2f43554caa6f61af4c2f160b058f478fb07 1.76 MB 2,449 5
872,296 872,296 000000000000000000007896b9a14ff99c7a300198fb7f8b889098831486688c 1.77 MB 3,987 7
872,295 872,295 00000000000000000000759e51552a170362f86fdceeaa8d4e77e05763b3c015 1.64 MB 3,835 12
872,294 872,294 00000000000000000001ab90f04ae5a5255f1269369c67f559b2dd1d0c001a72 1.69 MB 4,161 8
872,293 872,293 00000000000000000000cd9939c52f4bc2c52ce07d2db98f9a8eceb47cba9497 1.76 MB 4,125 8
872,292 872,292 00000000000000000000da244bcce67fe0ef6f2414cd6666e8bb7ddf992b92b4 1.65 MB 4,314 12
Previous 10 blocks ↓
Total Size: 776.23 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,413.60 GB sent, 129.84 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.