Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

228 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,462 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,461 (1,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,438 909,438 00000000000000000000f5c7733c906b415ac7bb2ba46de6fe4618e5c5253860 1.80 MB 3,420 2
909,437 909,437 00000000000000000000b1b67738695468a5df3fd13d20335746cd9a59bb3513 1.81 MB 3,395 1
909,436 909,436 000000000000000000012b56b2853c50275641e6d638d4573377ac0abbbc89d8 1.67 MB 3,402 2
909,435 909,435 00000000000000000002207c2e85219bca5dec2ea17b3fbade717db49e8d8128 1.56 MB 3,998 4
909,434 909,434 0000000000000000000213d2a79b869760ab0a007f24652dfc737a65752431c4 1.52 MB 3,747 2
909,433 909,433 00000000000000000001ba3ae93c1e93e2e31b504e001a10ca556f64b0d7dba8 1.59 MB 3,331 2
909,432 909,432 0000000000000000000204d25dbb5e4155b0b203a47ed244bb65e5a70537bc1a 1.56 MB 3,187 1
909,431 909,431 00000000000000000001762163799639e95b60a8b1b0e0da3e61d36f8bf7e6bb 1.65 MB 3,091 2
909,430 909,430 00000000000000000000fa746d30c28184a6460765e3bb71b775375de8ba0ab5 1.57 MB 3,519 6
909,429 909,429 00000000000000000000d72a7084a05c4d375fc4ffa2c8f1faefd6b8ca11ba2d 1.55 MB 4,186 5
909,428 909,428 0000000000000000000102101147e0875808221f51e38bb737b63c1291e5a9bf 1.21 MB 2,775 1
909,427 909,427 00000000000000000002241ccee85f3e21bc8fa93d21fb5da472a5d1fa11929f 1.60 MB 3,208 2
909,426 909,426 0000000000000000000188eba3192aacdbe560edf27e981d28c69da23d035394 1.48 MB 4,703 1
909,425 909,425 00000000000000000001dbe21bf1902dbaf3d6d1cf56ead7923d5b12b5744376 1.53 MB 3,575 3
909,424 909,424 00000000000000000001940eb1f4b5b0c65a4c454ce5a26031e1b687035c02af 1.51 MB 3,858 4
909,423 909,423 00000000000000000001f22042ca6544bfc579d4a5a3772eccfe2a801587ab7f 0.77 MB 1,169 2
909,422 909,422 00000000000000000001ce51aafdb7fd6046ef006fb08f98b11e8e9099cff616 1.98 MB 2,000 0
909,421 909,421 00000000000000000001cfc6c2272cdad2e6c8f45f7f1c25ab641d644ef5735d 1.55 MB 3,075 3
909,420 909,420 0000000000000000000180140a1ff2f0b6bf210679ffe3471db13d15e299cf7e 1.78 MB 3,209 0
909,419 909,419 000000000000000000000dde9bb7b41fc137733c58ba578c1f7fdceac32a5ea6 1.75 MB 2,679 1
909,418 909,418 00000000000000000000dc7157f731b738e40049a58d8a65be5a1101daa3b694 1.51 MB 4,198 4
Previous 10 blocks ↓
Total Size: 774.25 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,240.78 GB sent, 119.74 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.