Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,899 transactions (1.27 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,190 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,715 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,189 (615,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,310 295,310 0000000000000000453d16d82c5ac5396420c22537e5dc6ba183dca9a0703394 0.03 MB 58 40
295,309 295,309 00000000000000007fcfabe883f97facebbad9fa656ccd8a6d2a8a36da66725e 0.29 MB 201 18
295,308 295,308 000000000000000020117001877ed9b23d7f60b7ef81e2e5dfe098e80e702df6 0.34 MB 783 41
295,307 295,307 0000000000000000582de31ef7bbbbbde087171c2b39f11f85b10e85ef3bf978 0.17 MB 128 13
295,306 295,306 0000000000000000562ea971f47b4cc9c0aaa098c0617903747db8282b176d32 0.25 MB 457 28
295,305 295,305 0000000000000000005cbb6b2079d05cd47b5b729c086620b2e0f8cc4412c3f5 0.19 MB 512 55
295,304 295,304 000000000000000070548088bc0fd0156153f2e0f3bc099e00608003992e58c8 0.22 MB 369 36
295,303 295,303 00000000000000001f8e4ca5348832c3250801e46d2ad72c072efddfcf8836c5 0.34 MB 256 19
295,302 295,302 0000000000000000292d8549dab59734b028eb82482494b28c6bba1f54f68e35 0.35 MB 584 31
295,301 295,301 0000000000000000774ce19b8daa949bdfeb80cd53c66ced9d5e03271bdb2eff 0.16 MB 329 33
295,300 295,300 0000000000000000a204daffb6763902a65d56e2fab0bfab3bab4448a71e0001 0.28 MB 593 37
295,299 295,299 000000000000000028c5346bc782f8e676a8669d25087c23c070f0a970571881 0.21 MB 424 28
295,298 295,298 0000000000000000483392f83d8c16be160fe72e761612c7e3153a744f3dfe3a 0.21 MB 512 50
295,297 295,297 0000000000000000a98127ca14a1e9bda07d58fb4093d16436a50fda5d8127b3 0.35 MB 594 25
295,296 295,296 000000000000000018bf622358138392e15833dc0b6b6d785226002dcfeaa8de 0.35 MB 911 42
295,295 295,295 000000000000000023e4b714ec519f2739f32f8645662f7329d91b977f30d6d4 0.35 MB 1,042 61
295,294 295,294 00000000000000005b16cce4313866e1f12d78064430ebf55ed4f67493a92bba 0.09 MB 159 34
295,293 295,293 0000000000000000a96eb298b7bfc2a78921fba1aa368a8c5be5cda361b46ac3 0.03 MB 64 24
295,292 295,292 00000000000000004db96709da744cd1102d6eaf803ff445c4cb7e43af73d89f 0.37 MB 512 21
295,291 295,291 00000000000000007926c31623d5843c5fae39b78cc171077fdde726b701829c 0.21 MB 512 44
295,290 295,290 00000000000000002eb685a928350b4ad2a779bac1b27f648fb3880a80b91d13 0.25 MB 489 54
Previous 10 blocks ↓
Total Size: 775.60 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,376.24 GB sent, 126.77 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.