Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,225 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,109 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,108 (875,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,064 35,064 000000009f173f82059064c5b2637fc0dc084f54faeb4fb64780b3901f64665f 0.00 MB 1 0
35,063 35,063 000000005efaac8be1abed3e81fe036b3d83868f7c1c5a5d824fd31330dab633 0.00 MB 1 0
35,062 35,062 00000000b6f8fbd78de520e764b86174d9c52647423600a1a23553971ae5c98c 0.00 MB 1 0
35,061 35,061 00000000c3d67dc2c6cd570aae06ff1d346890b9460e6f43d237f13b749ebf39 0.00 MB 1 0
35,060 35,060 000000008fdeef11787b18d98daedf0ce0a05c14bf25a83506b2004b07848b86 0.00 MB 1 0
35,059 35,059 000000008da7d64f88bc4c079757e3e5b89bf4c10140f26cdd831701a4bd6fc2 0.00 MB 1 0
35,058 35,058 000000000181a6a6504cf1b022b828d9ce5e77020f4996c836ca8154542a66b7 0.00 MB 1 0
35,057 35,057 000000002bfac1d005bd0c987cd53c08d15c58525ca5a08faf7d532597d51e88 0.00 MB 1 0
35,056 35,056 00000000b6d20966abc217e8cd792ff4bfbe971f3565961d68eb936e187b85bd 0.00 MB 1 0
35,055 35,055 00000000b30bb9525b1ab168687217719ceb1f0c5a4f566db63839c7aaff117c 0.00 MB 1 0
35,054 35,054 00000000291f9213b28f0aa4fc33b62874289d9d6961ce0c4939cf2a3aa27e99 0.00 MB 1 0
35,053 35,053 0000000023bbb54e7bf27329405f84890f5256f544207686b057f4f60c46ec3e 0.00 MB 1 0
35,052 35,052 0000000000ac4cb1eceeb57872f34c143e03d48243f0a7917dcd5ab59f8043ef 0.00 MB 1 0
35,051 35,051 0000000050dfef7754f09a8817b347d72badf965eb72496eacabb28d6d4608d2 0.00 MB 1 0
35,050 35,050 00000000441bff209e5bd5499150380121f28b43c060d537b45784897a8d00d2 0.00 MB 1 0
35,049 35,049 00000000138ff31692337613562d649f7bc537ac5b17da11adf7c63fef62efd4 0.00 MB 1 0
35,048 35,048 000000003acdb8505ba525aff7810a177d5179544b3ea22afb01dac6d0966d06 0.00 MB 1 0
35,047 35,047 000000003f055adc9796a60c459bc833cd55cc44692c96132551fb478935b0b9 0.00 MB 1 0
35,046 35,046 00000000842f8d182cb4f2fb08134632ee517aedaf610c94ee3a080b81554426 0.00 MB 1 0
35,045 35,045 00000000aaa999020f30aefad54f7247be7f17e38c7097ede54171e74e908546 0.00 MB 1 0
35,044 35,044 00000000b53f136062bd6937a9a8f855fbaacc62a432be9d999cc6f2ec2c8f8d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,189.57 GB sent, 116.45 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.