Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,409 transactions (5.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,293 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,080 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,292 (840,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,995 68,995 0000000000160bbf15d0da0169363f5119620ee0e526cb2fd71831a8c11bf68a 0.00 MB 1 0
68,994 68,994 00000000007eddd755e7521a4b9546fb1539dc1d75c07aacafea8301f20bd445 0.00 MB 1 0
68,993 68,993 00000000000a66edfb32881399b1edc2c9ffb607bcd713a6082cf3d6d556d32a 0.00 MB 3 0
68,992 68,992 0000000000407a593f27abe4cc7318e1a15217ab7dc579966b085b8922b4c792 0.00 MB 1 0
68,991 68,991 00000000008b1cff33b4a94f4a903d269d5b0549c59b990bafa23b1d62751001 0.00 MB 5 0
68,990 68,990 0000000000f6882cf821af8d3fc041e3300ebd9e1965b4abe131cd3ae8cc9fa9 0.00 MB 9 0
68,989 68,989 0000000000162a62760f4d949b51c69d23f1c207e7b10044d1673fcbb3fbef3d 0.00 MB 5 0
68,988 68,988 00000000006b8c65c4546291d4f9e4f60ca2bd53ad2d0e55feeef7faf18df2d6 0.00 MB 1 0
68,987 68,987 00000000009e245d3665788fe1dbbe4125c5abcf41603f97830894a191e31fc6 0.00 MB 3 0
68,986 68,986 0000000001223d0477ebc16ffd7dfed5109d11bb5984244ab3f1040c8f4c1b09 0.00 MB 3 0
68,985 68,985 00000000004c8e244a7141f6de00aea476777dc13c48dec742d793c705e7369a 0.00 MB 1 0
68,984 68,984 000000000058f374a5e23e11956b19e9c1d3282a7c9aa4e7c76f9075b9d63d61 0.00 MB 1 0
68,983 68,983 00000000007b8a42e2da51f267c6f21e63631f64cefea238e2a8ce633f25efc7 0.00 MB 2 0
68,982 68,982 000000000117234e62ced5ae3c5cbdf44c22de4d33cc065d0d4d06e072aae19f 0.00 MB 1 0
68,981 68,981 0000000000947d07ee49c58fa66377873f4c3212a1ef3a37b4edaddc3f5927ab 0.00 MB 10 0
68,980 68,980 0000000000fa961a2ff4e1252e36dbede19811d7715e026f54f71340a4d72a79 0.00 MB 1 0
68,979 68,979 000000000023fd3481f892c8cac1415578708809bcb159d32a9542274898d5a8 0.00 MB 1 0
68,978 68,978 0000000000af7428ca05dedfbc567910e50949dbcee9a4a3c5d73d8c07683ba7 0.00 MB 1 0
68,977 68,977 0000000000cb2302794096f6d4adef1849f57a3ef5ef416dff7b87b8d8fad560 0.00 MB 2 0
68,976 68,976 00000000012807bad67904afc3a446a3fe0710371f197df321ff9b45a62de87c 0.00 MB 3 0
68,975 68,975 000000000112d6a1532b6808de6daaaf4aaec547efcbe58b18dea6d2a13c1c0a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.08 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,051.94 GB sent, 108.52 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.