Memory Pool Memory Pool Refreshing

12,695 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (658,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,217 249,217 000000000000005dcc2d9f2eef459599d61d02cecb36fe969e01f39f3ac02967 0.09 MB 197 117
249,216 249,216 000000000000000cde7a632e51eb77f88062f4318ce1b9a20c721463f08ab839 0.07 MB 139 91
249,215 249,215 000000000000002e3544c9e92458b2de61222faa261e089471af5a65fdebd04a 0.03 MB 68 20
249,214 249,214 0000000000000019dd9832297c0fec81e88a73648777db84fd50cdf5ad531707 0.08 MB 186 87
249,213 249,213 000000000000001d0df883be1de87e0b8b6869345dba75a6b917bfa2a049797a 0.24 MB 563 128
249,212 249,212 0000000000000046e6660e3dc678f80d37e2ab1fa5f185e07f5f7a07516b761e 0.15 MB 354 121
249,211 249,211 0000000000000003e1a228fbfcd004a50ebaed50558eaa83b72b5d577b8841ad 0.01 MB 18 36
249,210 249,210 000000000000005f7a5b6f92a059b82438abffc27d7813b5b2cec66589f42a42 0.13 MB 277 123
249,209 249,209 000000000000002a5b43ffbeac6e9905850da66f6a6825e633fc69f58602627e 0.11 MB 164 57
249,208 249,208 000000000000001f19cf4788a71e35949b261a62e90f09027d76c57fda7d75ba 0.07 MB 173 85
249,207 249,207 000000000000001c4cf0aecd1c46c716d651ae7ca09359d5949af34aa329fd41 0.12 MB 276 132
249,206 249,206 000000000000002230945a08ae9b1d6a2f7cce03feafe94aac9dc26ee8f70ac0 0.23 MB 551 149
249,205 249,205 000000000000005222f2a99625e3cbf966c7e8f951384792292d2735be489c37 0.11 MB 201 110
249,204 249,204 000000000000007fc26c27392f29be9ea815c5a1c982cb1edfa852f25ea3a6a6 0.00 MB 7 147
249,203 249,203 0000000000000085ef1de10acaaab8eec11f02f4d67ee14b59bf49fb9e93a74a 0.11 MB 222 114
249,202 249,202 0000000000000059a456d612a4b10919271fc8ecb8bbd7ea2761cfe0d64d2592 0.12 MB 186 78
249,201 249,201 00000000000000321de803f29606b32a1e0952c45497732e4f56084aa92b0a0d 0.04 MB 105 140
249,200 249,200 000000000000001024604a15425c5dd246e5ab42aeee2f546f028ec24838c0ce 0.07 MB 128 97
249,199 249,199 00000000000000694644e8fe819f794849e5c5c9f95854c03fc0f96a686dad25 0.05 MB 71 103
249,198 249,198 0000000000000039ffefda3fb770910cc3086e148e471d9bf7447d092f8dbe20 0.02 MB 44 80
249,197 249,197 00000000000000438801c67a65917e844a00a66a9a71e1a20aef96949a036028 0.02 MB 46 90
Previous 10 blocks ↓
Total Size: 769.01 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: 1,622.19 GB sent, 92.93 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.