Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

755 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,838 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 716 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,837 (552,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,065 359,065 000000000000000010c8f4de4dddcd051fa917e9437c15b8a55e405a9b7e6d28 0.10 MB 215 23
359,064 359,064 000000000000000001ea8ac5cde129da84835025a0e581a066c2a27474df2f59 0.59 MB 1,167 27
359,063 359,063 0000000000000000135a7205000d7cd7df78a2c156553e3bdb49ce32b6980d2f 0.38 MB 729 24
359,062 359,062 000000000000000012ae17e1266ed30e6ef16d153bffd3f14ed80f5321437743 0.10 MB 99 10
359,061 359,061 00000000000000000a628e71519d606502eb7c5768ad801410cce1432446de1d 0.48 MB 780 20
359,060 359,060 0000000000000000086aca98bde98c480624228382ee5832e9b37efe00fbde85 0.75 MB 1,372 26
359,059 359,059 000000000000000008e864e8359cb95d56844511353ae40887787a1d69684875 0.74 MB 1,095 19
359,058 359,058 00000000000000000f7a114ad6e0075bb3e5226aa583ddcb9f3a44b1cacc55ff 0.75 MB 1,677 32
359,057 359,057 0000000000000000107652a625338cdebc4d4539a946988f45f4d30d52f53506 0.74 MB 790 12
359,056 359,056 000000000000000006dcf92e41c93f746689582b08598520d3521fe386c87169 0.75 MB 1,528 29
359,055 359,055 000000000000000008c0be16e152f86ab3a271a13c3f41c56228d72990abf7bd 0.05 MB 119 29
359,054 359,054 00000000000000000c185fd9d51ea21c01747fa92de521dfc4e8063964e822da 0.13 MB 287 29
359,053 359,053 00000000000000000527e131edb21a8e251eb19a1910adb8c31211d4b890330b 0.15 MB 222 20
359,052 359,052 000000000000000013bb18bd8119bc432e5076e78dc858eb9cb47faf993c3a57 0.15 MB 183 16
359,051 359,051 0000000000000000127ab1d576dc851f374424f1269c4700ccaba2c42d97e778 0.29 MB 458 27
359,050 359,050 000000000000000016ad1b5abf048e8ea6b759d2ca5f4c8c105372bce78ab802 0.12 MB 160 23
359,049 359,049 000000000000000009de5126d44688167c837b348f37b6f898ff53cb39fb7b66 0.75 MB 1,267 36
359,048 359,048 00000000000000000b2f4687f04d7b69ea22ff14076f828073c939bf8cd0cbe7 0.75 MB 1,358 31
359,047 359,047 0000000000000000000f1de2fb7e5ac9cb5e99f6d535b21ec8db46b5329fcda1 0.00 MB 1 0
359,046 359,046 00000000000000000d339140fa4d05c6ee784d2badfec5c4cdbf71f0df7a0eba 0.15 MB 274 24
359,045 359,045 00000000000000000f466e9e44b1ffc307f8e86ec264db82ac81b54eee7c0bbd 0.25 MB 485 25
Previous 10 blocks ↓
Total Size: 776.79 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,467.79 GB sent, 132.49 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.