Explorer IconExplorer

Memory Pool Memory Pool Refreshing

485 transactions (0.14 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,378 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 482 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,377 (850,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,060 59,060 000000000b85e0170855374297c4c2e23fea04d2395b33c41175508a297a3364 0.00 MB 2 0
59,059 59,059 000000000df31c7fe108a0c3aa68c7bbeb90d66985c2777b2f6feef9171c3b92 0.00 MB 1 0
59,058 59,058 0000000001d305d2b05e48266f937f27a241197f7366c75d4f7b1a0e33b39035 0.00 MB 1 0
59,057 59,057 000000000d2969efb78e40f58c962734bf35c671c82276255c0c35ca5827d9a1 0.00 MB 1 0
59,056 59,056 0000000003513c45d29afe3ff573a14dd74989a291b37e072c45c0ea2d4f5f41 0.00 MB 1 0
59,055 59,055 000000000d636a076192e2e6c0614be5c58ed5f08320f099fd747929f5c33281 0.00 MB 1 0
59,054 59,054 000000000d7e5fa49b1455d18042ee4d7da05e8d895fd59af487b7ea2c87a648 0.00 MB 1 0
59,053 59,053 000000000b39725820974cd79518edcadacfe258e1c7eec92ec986c562f3f215 0.00 MB 1 0
59,052 59,052 000000000f406f03085bd4c93be9b4fc16a002d1378b07af42ec5e430d07d7fd 0.00 MB 1 0
59,051 59,051 000000000cdc8e03b4467f15328989a508b5fcbc5d6739c078fb3aa224fcf100 0.00 MB 1 0
59,050 59,050 000000000b71f8677b3e5a89f4cbb1331346dc8830ca24572e97d0963365dc15 0.00 MB 3 0
59,049 59,049 000000000ad6d3a73a31d43afec1689ac9e3f9889721be9c58bc53d636d303b6 0.00 MB 1 0
59,048 59,048 000000000ce8b8e880cf254d67e23f285fe3aebe4ee3727a5cefc05b258fb8c1 0.00 MB 1 0
59,047 59,047 0000000008fabf2dc436a133c316f983503d17b58dd4643db034205d1acc8861 0.00 MB 1 0
59,046 59,046 00000000035de4dc5b7ca977e27d1404710b873a4b35c784adb100109c159834 0.00 MB 1 0
59,045 59,045 00000000095f2fd4ee3739d7514a0f8f17b63d428828cd3b2fbc255a2288f655 0.00 MB 1 0
59,044 59,044 000000000efcc9a96ad4617788ad99ea38e967375b968e87f2217af9e5799768 0.00 MB 1 0
59,043 59,043 00000000044eb2a934217058cd7bc2c0ba5a407c28b4d0bdad16cca71f856b9c 0.00 MB 1 0
59,042 59,042 000000000d2126743158788de30a3d401c60b66eb8619d7fc3c65835dfb3a49e 0.00 MB 3 0
59,041 59,041 000000000ba2f7dee9167d96fe214a82ef0691c1caeadb72d39a106564cc90aa 0.00 MB 1 0
59,040 59,040 000000000d36311850652d430436f4aa106aab51fba7c1494ccc4d007b6356d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.24 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.27 GB sent, 109.34 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.