Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,714 transactions (1.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,570 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,000 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,569 (824,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,911 85,911 000000000013011f64e8ca803e85718e2db82092739aabfd0a75110b1781a9db 0.00 MB 2 0
85,910 85,910 00000000000323f4b641327b84673e58c9adbea234594d81123566475000e4c3 0.00 MB 1 0
85,909 85,909 00000000001cf34171b7eca8656d71676f4a7fdadb9002867ac0aaaeb4295347 0.00 MB 1 0
85,908 85,908 00000000002db55a0f1363206d9e7ab435a94b960c83a30c9fbf0ccaf0ca9753 0.00 MB 1 0
85,907 85,907 000000000008eeb6a3eac5ac3c4bcc31113b9938214fb6b2d95991044573bcac 0.00 MB 1 0
85,906 85,906 0000000000163ab05ca08256553bf19b3089b1b4a63799bd0653fd511f7bc3aa 0.00 MB 1 0
85,905 85,905 0000000000198b91d5be806698761b3ce48f6b8056e71379a899d514afb464e5 0.00 MB 3 0
85,904 85,904 00000000002dc54be6a19c848998374797790a60f51c327959970f86aa00c640 0.00 MB 1 0
85,903 85,903 00000000001bc9e57401e8b11880d1818a77ec11d6bf6856d69516b3ffe5af69 0.00 MB 2 0
85,902 85,902 0000000000037aaf0fe91451f1a2be434f087c6b97fcd25b696fccc5ae9a2410 0.00 MB 1 0
85,901 85,901 000000000012693b97ab0c57f1d0789b4b9810f67bddcbb3bc7061c41c74e1c2 0.00 MB 1 0
85,900 85,900 0000000000067e0b329b2b1ae0b7747d2289bf4ebe3b1dec34021cf5e2a3db68 0.00 MB 1 0
85,899 85,899 0000000000083663940a08759ac316c26f4605493ca0db5e5c759787b147174d 0.00 MB 4 0
85,898 85,898 000000000028cdd549543b0a38149e759a083c3641b59170877323afc7d54ee1 0.00 MB 1 0
85,897 85,897 0000000000026d3765403238cb505686406b49b34862ad97dc6d28c630dcd396 0.00 MB 1 0
85,896 85,896 00000000001c31373b6a9ff0537519131173dc9611fb8a1f1d65c22e4888a950 0.00 MB 1 0
85,895 85,895 00000000002dacfab2af9d9c222a29eaf94aa81d7f25ebef43783b542fd76d19 0.00 MB 2 0
85,894 85,894 000000000025688dce89dd5043514ebaf9fdcc3108bc738b0da1f5a63b384a19 0.00 MB 1 0
85,893 85,893 00000000000d2c35a28946f45b4d693ddb0e708454659ecbc24290a08a4a5f19 0.00 MB 1 0
85,892 85,892 0000000000268f8be61d4c019a424b04e81b3d2d9270fec03671f5cc294431c1 0.00 MB 4 0
85,891 85,891 000000000011166001d4ba93bec5030e31a434d4c4392ab430af58b9a0caa946 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.43 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,252.93 GB sent, 120.72 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.