Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,767 transactions (1.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,741 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,740 (124,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
787,606 787,606 000000000000000000047a36026fd7b0e37a4d5684e9478dd01abcba8e713657 1.62 MB 3,567 21
787,605 787,605 00000000000000000001423ee19ead426fce26546861d374a6966f8d3875acb6 1.51 MB 3,186 38
787,604 787,604 00000000000000000004fe72debc11a050cf33ffade935f7cfa7d322e518f133 1.73 MB 4,155 21
787,603 787,603 00000000000000000002c17aad2f9857c6c56877ee8a8d6cf52c6553895b489c 1.61 MB 3,914 31
787,602 787,602 000000000000000000050fe45efad13258ddd7386bbebc492d9516cf4c35dda4 1.62 MB 3,710 33
787,601 787,601 00000000000000000003dd02ab09fe26f09c6eeae72486a4fd2a2fbf00425ff3 1.50 MB 3,221 21
787,600 787,600 000000000000000000041501ec1eab7780450646a35ee918ddc4b27cd8692635 1.84 MB 4,790 10
787,599 787,599 0000000000000000000485057f1093d71ad81dbad9e2f3ca2c2d1d4213da5df9 1.75 MB 3,958 13
787,598 787,598 00000000000000000002ba4d48aedb06fd06228367d8adf8837d3361732189c5 1.77 MB 4,560 18
787,597 787,597 00000000000000000000431e91357464f05f5884749e775166f229a89c82f063 1.86 MB 4,062 14
787,596 787,596 000000000000000000051e815a67554196dc466ef25d5597ed1260089b442e07 1.61 MB 3,047 18
787,595 787,595 000000000000000000046457e675f6e5ee73a225e08e21c3e8a235877e73fbfd 1.63 MB 3,493 18
787,594 787,594 00000000000000000000ceb01e826b49850c4636c2311388efa66c74aec9a021 1.70 MB 4,279 26
787,593 787,593 00000000000000000001dc2eaa2709303bbd13e525d178462809adc45f5ebf33 1.70 MB 4,246 29
787,592 787,592 000000000000000000032d3d30671f9410812bef7d8b45d2a838f326a5eebe09 1.61 MB 3,684 31
787,591 787,591 000000000000000000038f6a944b66c55826b58b75753704ddb0e05798b21cd1 1.70 MB 4,210 25
787,590 787,590 0000000000000000000012516f4713a30325651f1b842f86a42dd415b3b95e01 1.62 MB 3,790 19
787,589 787,589 00000000000000000001d70a59d8cf4fe2d9632211077483f2f67a871efed876 1.63 MB 3,602 33
787,588 787,588 00000000000000000001629c52fbbc992e98d4058dd98710032f964991d7c625 1.64 MB 4,102 30
787,587 787,587 00000000000000000001362bf67e12c50362a18016028f941ef313f0362d9323 1.77 MB 3,733 24
787,586 787,586 00000000000000000002ec217647ec827573ad27daf9f64f359f4c5da349050f 1.72 MB 4,282 24
Previous 10 blocks ↓
Total Size: 776.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,428.18 GB sent, 131.61 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.