Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,232 transactions (0.36 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,663 000000000000000000022b910000000000000000000000000000000000000000 0.36 vMB 1,214 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,662 (11,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,146 900,146 00000000000000000001c005ced88e43cb78e4bc8706a1d99e565be6f9535bab 1.50 MB 2,208 3
900,145 900,145 000000000000000000008d95805f0aab8d7ad3ef6e830d2ee3de9f147e8c612a 1.08 MB 1,568 3
900,144 900,144 00000000000000000002287ca304c40d3058ac299b0b5281d61cd3b6b50fd1d1 0.55 MB 533 2
900,143 900,143 000000000000000000003b400b981ccac5a44371c7ead7d467c94d799cfd5da0 0.07 MB 153 2
900,142 900,142 00000000000000000001f1fa17ea0773f3457c25ae3f91a22fa2db1844c92412 1.00 MB 1,529 1
900,141 900,141 00000000000000000001a4f74ee7f47a7baf25e1a0b6a4609306eacea5cfee82 1.42 MB 2,201 2
900,140 900,140 00000000000000000001ddf4b5ff4d31cba4d793f83d6366f64b428bbe3fc495 1.59 MB 2,528 3
900,139 900,139 00000000000000000001d1529f97811a6d889fe560ee02de4d238eeae131cfb7 0.42 MB 705 2
900,138 900,138 00000000000000000000319a66229c6cf356fad023759ad33002de20b63aaa6c 0.05 MB 88 4
900,137 900,137 000000000000000000003b65f44d9e8d2987f2af9d48cbb2fd491178225ffe20 1.40 MB 1,841 1
900,136 900,136 0000000000000000000046cf4c0895fd9b5df4bdb62f713730b005ca97d66f7b 1.44 MB 2,138 3
900,135 900,135 00000000000000000000a50c0a4f12bf15cf3f411575ccc55a3bf2021379e22a 1.36 MB 1,319 2
900,134 900,134 00000000000000000000cc4823d76bb67f14a801ab337d34aaa7c54b0568b3d1 1.34 MB 2,686 2
900,133 900,133 00000000000000000000956e286ae9d1ed04f855c2e59cc30c7abdd5eec4692b 1.80 MB 2,875 2
900,132 900,132 000000000000000000000c4284f645f8e51975863a3bb7e5430534197a95b831 1.29 MB 2,239 1
900,131 900,131 00000000000000000001c18e51f93074e1b70a13b29ae456ee4e12294e7e451f 1.34 MB 3,124 3
900,130 900,130 0000000000000000000088aa2451db5be9d56ff4e6305acdc2226c88a4bb13e6 1.30 MB 2,675 1
900,129 900,129 00000000000000000000a1129f7e708411a077a418fb0669ea10b6fd6f386633 1.58 MB 3,605 1
900,128 900,128 00000000000000000000b751602ad7b590f095b2949dc835f6cdb9d5266bdaaa 1.46 MB 2,400 3
900,127 900,127 00000000000000000000d4ef3f27adbf91679fd18ca8674fc10fb9a64436c59d 1.60 MB 3,636 1
900,126 900,126 0000000000000000000148b149d9fa807fda77cb3917496f5cb1226b46216d0c 1.41 MB 2,152 3
Previous 10 blocks ↓
Total Size: 776.46 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,424.54 GB sent, 130.97 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.