Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,591 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,345 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,552 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,344 (143,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
767,411 767,411 000000000000000000012699994b0a2b73487e5097c104bb9f938dbaa4a7f0e9 1.34 MB 2,334 20
767,410 767,410 0000000000000000000766accf883b082cf9b8729b49392f86b4781b38c1db9f 1.53 MB 2,965 11
767,409 767,409 000000000000000000001eb291c020d28a21a284547c7402da5ea9e6f58d6d11 1.39 MB 1,903 10
767,408 767,408 000000000000000000074d2b5720859449aadd2b55c73a47d139f4c9d5581a1d 1.24 MB 1,424 15
767,407 767,407 0000000000000000000735405c6f67db9da45e8525c082a47256ef420e90c723 1.60 MB 2,895 10
767,406 767,406 0000000000000000000270c937c1135d9ba50a24f49f90f84d2049a96addc2d9 1.60 MB 3,841 17
767,405 767,405 000000000000000000079c38c8cc6995f366bda238faf1dd98648e80a5b73a72 1.52 MB 3,567 19
767,404 767,404 000000000000000000019ec14699ddb46168c1fc4d38b823eba33fffaa6e4a69 1.52 MB 3,530 24
767,403 767,403 0000000000000000000299d91b474f01e1c59e6e3b6090963a288e91cbbafe18 1.41 MB 2,367 12
767,402 767,402 00000000000000000000059b290f3283860bb4d6c015e02d5f326fb7f473d48f 1.44 MB 3,260 38
767,401 767,401 00000000000000000000318cae7c85aafb737d21e0d2db40c27dd502c45ea65a 1.34 MB 2,350 21
767,400 767,400 00000000000000000001845338e151d4132eceba65e95deaf82e606f0eff4e31 1.80 MB 2,530 3
767,399 767,399 0000000000000000000520dedbdb80f3eac34ecaa71b32e84ba40affc4048222 1.49 MB 1,993 8
767,398 767,398 000000000000000000072cddec24acfddea9394be3493e02d710e600ef9527a0 1.23 MB 1,366 14
767,397 767,397 00000000000000000001335123135e07fb18f830826ade01ce6f45a4bd96eb14 1.48 MB 2,807 18
767,396 767,396 000000000000000000025bedf997cd4d84349cfe7899e4f97c94baf5cab95898 1.36 MB 1,840 15
767,395 767,395 00000000000000000000fc71ab92c910f266a0820c640d80000cc1cec54f2b0c 1.44 MB 2,444 18
767,394 767,394 00000000000000000000ca11639a76706a88502e057ef4a9ff018c7211a11d5a 1.55 MB 3,696 21
767,393 767,393 00000000000000000004f2a2646238590fcbb8038db1a5b6afbe40de7039fd82 1.53 MB 2,539 17
767,392 767,392 000000000000000000043c6a3230677806201bdba48510455e1f034fb1456d0d 1.55 MB 3,301 18
767,391 767,391 00000000000000000007474d5438a2aa39f1dc6e727b759d7f79e2b6c236b80c 1.65 MB 3,171 7
Previous 10 blocks ↓
Total Size: 775.88 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,400.94 GB sent, 128.24 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.