Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,041 transactions (1.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,398 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,081 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,397 (864,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,066 45,066 00000000335a4067ebc6fd21383e82e955c20d34fde3ea2b219f98a785385680 0.00 MB 1 0
45,065 45,065 00000000176bf650fa5316471afba570d89cbcc8bc1e1a05e03b2e0d6f66eb67 0.00 MB 1 0
45,064 45,064 000000000c9838a8ade3f59268bc20b4936beb82297dd8acf3f4734e7119133f 0.00 MB 1 0
45,063 45,063 00000000302b968852d407ec7c40ae453bdba10a46e6e84fa6247b3c63c3bdcd 0.00 MB 1 0
45,062 45,062 0000000007ec2cef73ca97d53aa3f4a99806125dacb2a09c0e21661c6a612d4d 0.00 MB 1 0
45,061 45,061 000000002bdf1beb4920f97a21429c1160a2583eb202e820e9a6c50b613f3a8c 0.00 MB 1 0
45,060 45,060 00000000168eeee4cf09de317abb16aff43504740581800c7c09a9f31b774835 0.00 MB 1 0
45,059 45,059 00000000310c68b83010b188512bbf5cc514c3d622bfa33f21ca5a52d27621b0 0.00 MB 1 0
45,058 45,058 00000000136e2fc683158d75eb4a58173337e28f0ee8563b6d333eed581f8f9d 0.00 MB 1 0
45,057 45,057 00000000311185151c0edd1cf519d2ad7942cebe6e48ca16363c4c8174c7cced 0.00 MB 1 0
45,056 45,056 000000002a41022f6badb6f07534e14d2f554a8af7f6c4b615daae7a4b6f272c 0.00 MB 1 0
45,055 45,055 00000000156010fb884b6890dadcfa87445587a41a68039d625a0fe275c6ccb0 0.00 MB 1 0
45,054 45,054 000000002fdbc886cd20310fd7e32f6f4653ed6f6a8bddcbbea133845b31b672 0.00 MB 1 0
45,053 45,053 0000000034a46ea60014a38262b9f508540fc31cd94f1aad0bce61606447e6c6 0.00 MB 1 0
45,052 45,052 000000000a8f68b2b1c225fd843557fcfd21ac279ceb969231ab582cc2f49ed8 0.00 MB 1 0
45,051 45,051 000000002ca99fe335d50360ed4df8111c77c25e16106f9336715f84e9b7de8d 0.00 MB 1 0
45,050 45,050 00000000091b4c58b95ebb143e471933ccfebf425c19513394166c1437d5c71d 0.00 MB 1 0
45,049 45,049 00000000014f1f4d54234eed2b6f12c68805a70c5003a4dba09a7205e0c0d1e5 0.00 MB 1 0
45,048 45,048 000000000e0c785c10a42e835ba64e2acc303dd1080d7c4f071772b48bb035d2 0.00 MB 1 0
45,047 45,047 000000001c4b4b3786105f0c3be89379b69836b7144859b64c4d8ca7b2fe7cf0 0.00 MB 1 0
45,046 45,046 0000000026eae7d5b1eab4ccc70978a0e5d366477965643b322aaab5c992c651 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.90 GB sent, 109.53 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.