Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,249 transactions (1.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,931 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,720 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,930 (537,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
374,352 374,352 0000000000000000117c50e861ed1f626a769c189c69626ee01907e00ba99b07 0.93 MB 1,412 35
374,351 374,351 00000000000000000e49cab994aeef9db3892c6f3b3c0071bc6bdc672e809456 1.00 MB 798 11
374,350 374,350 000000000000000003e2e39d8c8b11e5e03b97e732d31d21d5d8c78576fdf813 0.14 MB 332 47
374,349 374,349 00000000000000000dc91ed61942997e8aa65740aded18925c5dbb1752e1eb07 1.00 MB 1,377 29
374,348 374,348 00000000000000000dc2f759f5acf2163f17d9e002e9d0f1a73c92a52fd878f7 1.00 MB 1,698 21
374,347 374,347 0000000000000000089a2516ea4611448b387c998b1a8cb4dbd739af9c771a00 1.00 MB 1,195 24
374,346 374,346 00000000000000000983c09d1b6c87548fe2f891a3da3e7207b1300c0dcf3496 0.20 MB 318 28
374,345 374,345 00000000000000000c2e66fd45016fd3edf025ce465ac261f3b4a70f69f4389f 0.93 MB 1,559 37
374,344 374,344 00000000000000000a777ecd061feed0611d52c82c704c9658d8bd623b2165f4 1.00 MB 628 17
374,343 374,343 00000000000000000074283b300a6af1d4520618b967ca8a9aab1337669f4160 1.00 MB 1,835 38
374,342 374,342 0000000000000000113372ea60218a50b24fc69b32977f153141e12328c382a2 0.73 MB 228 12
374,341 374,341 00000000000000000c52f19306f5c8be2955969a0e697e11ef164cb042618b51 0.92 MB 917 24
374,340 374,340 000000000000000003957a3c4627cba4db724053a6f8c10a086f5c5bd5f05122 0.93 MB 1,628 35
374,339 374,339 00000000000000000ce1f4679352b9e7240cce4a36a593350f6e1ba301862981 0.95 MB 510 9
374,338 374,338 000000000000000011fbcfbbbff84fc9d3a0b31ca7a8399c98de5169cfb26c4b 0.08 MB 162 43
374,337 374,337 000000000000000004474c221a10dcdd344d574a4f1d00494b795f66da6138d2 0.75 MB 866 21
374,336 374,336 0000000000000000126441a15fefdf108f748d1f06937adacca93c5ab9be1943 1.00 MB 1,694 30
374,335 374,335 0000000000000000074db8462a56503f450eea8f89982b05bfeeff09efdc5092 0.93 MB 1,452 29
374,334 374,334 00000000000000001069c01cb91df3090efe4e527a142b4fd05cf7166a00609d 1.00 MB 3,425 7
374,333 374,333 0000000000000000000f986b71e7a6607bba99c07eeceecd14990bb3f448ef07 0.16 MB 317 34
374,332 374,332 000000000000000007d7ae9567be41365ae724d7a6d34a44cfef17ef4090af3e 1.00 MB 937 13
Previous 10 blocks ↓
Total Size: 776.96 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,492.38 GB sent, 133.25 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.