Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,436 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,124 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.86 vMB 2,431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,123 (867,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,647 42,647 000000002b0236bd5c65cec1114c3342c6c9f3c765bc47b2f7f15c682d0b23ff 0.00 MB 1 0
42,646 42,646 000000000498d4e0761a792fc77d71d42983fd4a10a9abd6d04b413bbde70a2c 0.00 MB 1 0
42,645 42,645 000000002ea6a650a2cab1b455feb0a1beb5903631295607d912dea2f66bf967 0.00 MB 1 0
42,644 42,644 0000000034da9c9048a8e1484505df7ac79aa42a26597b950d9b5021a2840652 0.00 MB 3 0
42,643 42,643 00000000021db6f5cf5ee99d03c8336a8ee85d55962d7329e9f2656f82370a1e 0.00 MB 1 0
42,642 42,642 000000001f9cfc4c91761f0d2f279fc620c0432b6bd93088513efd82f5ca9e9a 0.00 MB 1 0
42,641 42,641 000000003634f6d4f308d5db8896c36a2b4d9b8febf5c8717f5aae7e20d16f5f 0.00 MB 1 0
42,640 42,640 000000003a189c571d375e1c61282113c262328b694a723b7a97c02422473263 0.00 MB 1 0
42,639 42,639 000000000004491ac8c15c18b57cf977e52a4fbd737a7726ab553b060d665296 0.00 MB 1 0
42,638 42,638 000000000736ee3a61edbb9aa945126c792936fb168cf2cf36c548009c1bf2db 0.00 MB 1 0
42,637 42,637 000000003e606b7b117d13eee7dc200e2c314d815206edd15cc4502a6585ecee 0.00 MB 1 0
42,636 42,636 000000000c73fe1f93476c3eaec8e8658ae7f7bb4db8364e65919ea1b6dfb0db 0.00 MB 1 0
42,635 42,635 000000001cb5d0181b04baa634f471bcce8f630ce6308f7956eb84d9d8597897 0.00 MB 1 0
42,634 42,634 000000003ac8693b09f92bae53b896de5d330e5f842f1bf3111d61b4e8743d97 0.00 MB 1 0
42,633 42,633 000000002fde689d95c0a92b86172433fca4d4bb3757fec758237d292a77d871 0.00 MB 1 0
42,632 42,632 000000001d0df43e0413a0f792b6f78d30c1f028eaecb8228991e6e086f9656e 0.00 MB 1 0
42,631 42,631 000000003dac1eb3da917971a1e54a1c1debe63787606266511d6f9cbcd3f1a8 0.00 MB 1 0
42,630 42,630 00000000152f5df1705c054d3ef2c4c573a6e6b0c8ea3aeeef9cb3f02f70e927 0.00 MB 1 0
42,629 42,629 000000003d956504222fb118cf7d73367857e19ca239311a6abac9f469bd7700 0.00 MB 1 0
42,628 42,628 000000002fd827a11be2089aa450de92fcd6f4c0e2bac5ffefc383f8eb9fbb70 0.00 MB 1 0
42,627 42,627 000000001c4136aaca885e37c884a5fe203739efc5dc87336e1ca285e90dbb13 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,190.18 GB sent, 116.57 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.