Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

536 transactions (0.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,484 000000000000000000022cb30000000000000000000000000000000000000000 0.12 vMB 520 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,483 (834,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,986 75,986 00000000007af5d8ebedeebb7b143351dfa38d93c1d3e0c8efd41141b0fed3a1 0.00 MB 2 0
75,985 75,985 0000000000418429f64a26d7f8c784148fa26b38a23c5526fb8d98ed30c24d31 0.00 MB 1 0
75,984 75,984 00000000003c290c524fedbc154b1ab6641d9e6265e8a1d205e5b92f090bcb7d 0.00 MB 1 0
75,983 75,983 000000000009f81a81167ec16447022a3cb0f92feb2246548f694fa51c27db8a 0.00 MB 1 0
75,982 75,982 000000000034b70e773fb6a4381755023813bd7c0105459ecc51ba970dc3f695 0.00 MB 1 0
75,981 75,981 00000000007cff3cb1beed23a8d0418f38b708d8f7e18dde81de50e1cf71750a 0.00 MB 1 0
75,980 75,980 00000000003e1540c02fbbbd3a00074a3f2c83c2025fd9a4547adcfbee212a1e 0.00 MB 1 0
75,979 75,979 0000000000166189174fba631388a7c6aa2477c841e3ce426960508b264d8954 0.00 MB 1 0
75,978 75,978 00000000007a735f9785576876870337dca37c0a64a11de97227589076726767 0.00 MB 2 0
75,977 75,977 000000000027249b4856fa90635a3abf90c483e4708bc07017667d0fd817e9bf 0.00 MB 1 0
75,976 75,976 00000000000d37da7cea06a6f962ff07b4dd4b64bbc998d503db0ad5b2f55aa6 0.00 MB 2 0
75,975 75,975 0000000000020d5e58331bbaf7e836c78f9eba68691026c69009b9383cb28f3f 0.00 MB 1 0
75,974 75,974 000000000066da9479f07f095d0cfdc1ca10289c89676abe68a499a400902ec4 0.00 MB 1 0
75,973 75,973 00000000005e0cf513f99760a880d3b69e7cab558057a3b338eb60a8fcbc8780 0.00 MB 1 0
75,972 75,972 000000000005ac856a517cf912773f589256f75809d41520849768e280acb801 0.00 MB 1 0
75,971 75,971 00000000005431f6bd614c1d5ac775c4d82c721f641a47a463652017d2ed997e 0.00 MB 1 0
75,970 75,970 0000000000784c252fa1ad03689f8c530009311e9ccab3c515ad3aac856592c2 0.00 MB 5 0
75,969 75,969 000000000006cbe42eabc6346d7d3c0be815da1fc24a95c3518ddf8e804ab711 0.00 MB 1 0
75,968 75,968 00000000002c64b0cac9ea6f37f102b60698e11521a446a2534276cf5b9525c8 0.00 MB 1 0
75,967 75,967 00000000007bf80d781b64499b662e49702bef655163c556dcaf0ee6b23a7849 0.00 MB 1 0
75,966 75,966 00000000007ca1419468221dc7880a8cd171d61232607c7e62963482ffc981cd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 GB

Node Information

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