Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,091 transactions (0.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,761 000000000000000000022b910000000000000000000000000000000000000000 0.38 vMB 1,091 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,760 (128,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,629 783,629 000000000000000000009dc573d7d8e8afb6c904818e81bb4504a09ac249379f 2.25 MB 1,449 5
783,628 783,628 000000000000000000043114aff0f6656ac944c0864dcaa30933c127e9251de0 1.30 MB 735 5
783,627 783,627 00000000000000000000c4390717855f4e8fb57c6bf51241678f6a188e1c73be 1.69 MB 3,444 20
783,626 783,626 00000000000000000002300bf0f32f389a381d4be743b46868b2708ec998dfab 1.78 MB 2,336 11
783,625 783,625 0000000000000000000459277e53856c92440e66b9108eaa77600a7e90733cad 1.55 MB 2,700 15
783,624 783,624 00000000000000000005a1e5c2e37bcd0164affe6e0ea539ef9d7330ce9349df 1.09 MB 746 15
783,623 783,623 00000000000000000003387edc6eccdde2cb17e509fb2942b5fbacabb69f7caa 1.46 MB 2,887 31
783,622 783,622 00000000000000000005f3c194d1cd7e54648dfbd7bb90bfa56d5afcdadf66ee 1.65 MB 2,241 15
783,621 783,621 00000000000000000001d1db49675164c00bcde23be7d0152cb790c60299185d 1.52 MB 3,292 31
783,620 783,620 00000000000000000005224f94974e84f060e2102fe8862f20373e3e27217318 1.67 MB 3,014 21
783,619 783,619 00000000000000000004711ae7e47addfd87451a5dac25480fbd167bbf3997b6 1.83 MB 653 4
783,618 783,618 000000000000000000035d9377cf998cbe96c6df3626bebb0c2f534cd0881a33 1.73 MB 2,955 14
783,617 783,617 00000000000000000000c6d535765397585d87346883e8a9b54d2c5dc08dc30c 2.13 MB 1,249 7
783,616 783,616 00000000000000000002c5da180c6da326add953b9ccca02555dbc590637e8ac 2.25 MB 1,150 7
783,615 783,615 000000000000000000010a68c6b65e7057937412a3295e5307b47ccb4ef15f24 1.67 MB 2,728 19
783,614 783,614 00000000000000000005e9ff3bf47089ab19dc879f0ee9c28df3429622b5ad76 1.74 MB 2,753 11
783,613 783,613 0000000000000000000004a25ce45c1a254d27d7886eb521f7c4b248ab9f89af 1.66 MB 3,132 19
783,612 783,612 00000000000000000001fffb749ec5e8f10d1ff7216713b0895fee014b72eba6 1.36 MB 2,366 27
783,611 783,611 00000000000000000005fe048a42517e54b26d1f4877653fffd0ba627523b174 2.01 MB 1,855 13
783,610 783,610 0000000000000000000516faf16835221e49ca8ca5fbc21a2790c4915611d0d8 1.78 MB 1,834 14
783,609 783,609 00000000000000000002f87405c9b093c7144b0aa9173d0f97b33b9c981c95ee 2.08 MB 2,242 16
Previous 10 blocks ↓
Total Size: 776.64 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,429.18 GB sent, 131.76 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.