Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

862 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,803 000000000000000000022b910000000000000000000000000000000000000000 0.30 vMB 848 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,802 (147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,655 911,655 00000000000000000001e69c431d3583c96a912fa7bda2bca036d15a2841c455 1.73 MB 3,174 4
911,654 911,654 00000000000000000000a998a27e70c578693e4ee561656087b4d2bddc508979 1.74 MB 3,430 2
911,653 911,653 0000000000000000000003d6149879940a3f86d7f3d902052dd79605ca6eeb02 1.64 MB 2,131 1
911,652 911,652 000000000000000000004df721e985ba890ef83de92545f6f8719119e99cd590 1.72 MB 3,670 3
911,651 911,651 000000000000000000006131311d6db5fa5ee8758c8e7f88b6526f4673070611 1.67 MB 3,707 3
911,650 911,650 00000000000000000001a859f24a25059bfafd0d0362db08424a5eea5a4eeda5 1.73 MB 3,665 2
911,649 911,649 000000000000000000001f412c7921c27ed7e61264ac83bfb88cc84031d13eeb 1.71 MB 3,032 4
911,648 911,648 0000000000000000000041371ff0f21941c427b3832be9b47799e6788e508112 1.52 MB 3,621 8
911,647 911,647 00000000000000000001e1e6c2f813f3776f48ba0b961a825556773409e65257 1.85 MB 3,383 2
911,646 911,646 00000000000000000001dae53d9299095b1c4854fbd3be14deb0a7910703d6f7 1.65 MB 2,868 2
911,645 911,645 00000000000000000000dc5fe24c7907250c8fafccefe63b3491238beea10263 1.72 MB 3,211 2
911,644 911,644 000000000000000000011ef6c0593c845c797d1822de078176a74ce004443de8 1.55 MB 3,832 5
911,643 911,643 00000000000000000001a5ca5731f6938ffacef1fbeaa3fe08a6ba5484939740 1.66 MB 3,704 2
911,642 911,642 000000000000000000002e1ff2b8794a19c0c370bf775465327d177cbea23653 1.81 MB 2,967 2
911,641 911,641 00000000000000000001a9a1b5f8252f90a948f5d3914e814b717eba2ed879b0 1.52 MB 2,028 1
911,640 911,640 00000000000000000001ca94572a8ce9fb8358e81cc548e5a64866d2daa8b719 1.65 MB 2,539 1
911,639 911,639 00000000000000000000887de700fc012497d903ee30d0614683d70dcbc72569 1.67 MB 4,167 2
911,638 911,638 0000000000000000000042eb995658250686ad21277ca64e2fdbbc87aaae0515 1.67 MB 3,092 4
911,637 911,637 00000000000000000001c7cc72f68c13e57702dc6506d781fa1078d2a8417a35 1.91 MB 2,606 5
911,636 911,636 00000000000000000000d924616bea89757f736e65649e097103a5dfe6448b2d 1.74 MB 4,157 0
911,635 911,635 000000000000000000013f4b6daae1621aaef822b1251a984f7823054fb444a9 1.74 MB 4,090 0
Previous 10 blocks ↓
Total Size: 776.73 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,448.86 GB sent, 132.17 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.