Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,374 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.72 vMB 2,353 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (208,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,411 703,411 0000000000000000000654e54190a673b86917733240df644a90795faea66d02 1.37 MB 1,589 7
703,410 703,410 0000000000000000000536f8af1023aa9075274ea3b25e01a63cd27f724ea2a2 1.53 MB 2,488 3
703,409 703,409 00000000000000000000182ac25e3ec8a8e38eccb7c15df468f601e8f1705168 1.36 MB 2,414 10
703,408 703,408 00000000000000000000a9ee255859d5fb86e868f1a8ce8baf1a7680097b5f04 1.62 MB 1,694 8
703,407 703,407 00000000000000000001fcede3d29f514fafbe094382427531c4a2acfe9144d6 1.48 MB 2,772 5
703,406 703,406 00000000000000000001b27030b070417e0bee5707fd5009cb91643f387046f1 1.47 MB 2,173 16
703,405 703,405 00000000000000000001db53d9b2e6116fc5745283cbf7ca9d7a40292751a921 1.55 MB 2,396 10
703,404 703,404 0000000000000000000e4d6d5c4763ec359393904f91baa469da6a204fefc9bc 1.35 MB 2,782 26
703,403 703,403 000000000000000000098581e7a771ce0626b0ed0e4093b01edce181d2be60ee 0.21 MB 188 177
703,402 703,402 0000000000000000000e617c28dab83d2b7aff179bc51cb9a06e6fb0f7170674 1.46 MB 2,271 5
703,401 703,401 00000000000000000002a7e1b7afab9130bec83f435eaf92c930dbcbb19be0bd 1.43 MB 2,878 18
703,400 703,400 0000000000000000000b3d4164b59d3d8a28f167a7d57887ce540d1841a1e2f0 1.66 MB 2,009 10
703,399 703,399 0000000000000000000219382577a6f364ffece504389e01b1f8db6ba5cf9a5f 0.60 MB 1,183 10
703,398 703,398 0000000000000000000811d50a68177272800f1b2c0088bb6e3cb68fcd264c0d 0.14 MB 303 17
703,397 703,397 00000000000000000005554612f6579a45ad1222db6d6f3f63c853f5cdca4c56 0.69 MB 1,455 9
703,396 703,396 000000000000000000022583c9d23b463d10efd05e22db252fc74a3d9fe66d7f 0.94 MB 2,070 9
703,395 703,395 0000000000000000000901be5590c88e3a4cea136992a107e743e93cee3561b3 0.14 MB 326 10
703,394 703,394 00000000000000000002dcdb1e43b2b6e758563ca4188f8be878869ec084f84a 0.47 MB 643 9
703,393 703,393 00000000000000000003face0274c69d25e6dae2691faaa6fc6cbcadfd062b24 1.16 MB 2,378 10
703,392 703,392 00000000000000000001cb0ec287f7ca647187b4e52263fb9302893318210162 1.11 MB 2,299 10
703,391 703,391 0000000000000000000a9a74517d54e2304dbb7215814f453742ade956ecdeae 0.83 MB 1,399 10
Previous 10 blocks ↓
Total Size: 776.15 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,411.92 GB sent, 129.47 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.