Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,649 transactions (1.61 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
911,983 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,109 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,982 (62,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,213 849,213 000000000000000000000d7ccb741c5419f8e5141a5e4f3bcaebda504a49513c 1.59 MB 6,506 9
849,212 849,212 000000000000000000005eba07b7570d083fcc64703ebff68b5bf1746df55cc4 1.63 MB 6,340 9
849,211 849,211 00000000000000000001e61415417421c0cc282457d683f58504f7932eb5068c 1.58 MB 3,703 12
849,210 849,210 00000000000000000002e9bea95a13e376b68dc5043db4f50ec9170e4d48ec15 1.68 MB 4,476 10
849,209 849,209 0000000000000000000320bf1816b457f3e071ff717238f7c7e1dbd834654aa6 1.71 MB 2,938 9
849,208 849,208 0000000000000000000344688265837d136d97a6f6095486946d3fb9c96da273 1.60 MB 5,130 10
849,207 849,207 000000000000000000026a9d7c56b8e2798879c3130ab3ed77d63cdac495b3ed 1.57 MB 3,698 18
849,206 849,206 000000000000000000004c682280c5eea5debdaa5233721e557ea6119bc7ec98 1.68 MB 3,560 13
849,205 849,205 00000000000000000002023e07122fbe4d277815997135d170a0be3cea009964 1.64 MB 4,405 14
849,204 849,204 000000000000000000027a72eea816a1d2b84fcc9d03fd85a49ccb63374de921 1.62 MB 2,565 8
849,203 849,203 0000000000000000000124ee69804a853d7a9cc27d67438fd248674ac9919d18 1.51 MB 3,538 11
849,202 849,202 000000000000000000017bee67430ce6b547af1dba98e6498f32001c80548d7d 1.62 MB 4,074 12
849,201 849,201 00000000000000000001f3d2b9c875149201a54b0801595f8971b6c423f78ec8 1.65 MB 774 8
849,200 849,200 0000000000000000000300812b386787e5b391fe3e727e6858aab8f4c4217746 1.69 MB 3,599 9
849,199 849,199 00000000000000000001f3c892b53d576078c08ea542a76b03a2eae6a93298aa 1.46 MB 4,409 10
849,198 849,198 000000000000000000002dbcefbd356193e9d9aa3eab150de62477e1cbabb871 1.49 MB 7,107 8
849,197 849,197 000000000000000000035a3268b936cc959d49c911e1e4d8b551593f20d79747 1.62 MB 5,689 9
849,196 849,196 000000000000000000034a332d8d36ae00be021f677893fd418db2d68b1d3079 1.51 MB 3,742 11
849,195 849,195 00000000000000000002600e7c582bbbbe2463a977697179cb4c189a77378de1 1.68 MB 6,067 10
849,194 849,194 000000000000000000009c093ac5a87d1dbf4827dba52efb1d358962e03ee997 1.67 MB 7,011 9
849,193 849,193 000000000000000000030c1edd89284c1fa6c960b855737c58c9843a1c2c3831 1.66 MB 7,490 8
Previous 10 blocks ↓
Total Size: 777.05 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,502.46 GB sent, 133.73 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.