Memory Pool Memory Pool Refreshing

512 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (403,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
504,352 504,352 0000000000000000004c87e9ccd82832b36fbc9ecc3bb4ee98753d89ea7f41d7 1.10 MB 1,834 187
504,351 504,351 0000000000000000000e9b83d2549332f3e4b75b1c831d5290ef46a731a5b3f8 1.08 MB 2,297 448
504,350 504,350 0000000000000000000d31ea53a97b1d7a5057662637cbffc38be3a1085910fd 1.00 MB 938 286
504,349 504,349 0000000000000000005895dbe6b2ed6222529d6b37957238f98cd18a5fc91ebc 1.07 MB 1,925 296
504,348 504,348 00000000000000000016c6e718838384b0e4af0241227591fd72709096431f5c 1.06 MB 2,104 304
504,347 504,347 00000000000000000002d265bc588c25eb0619b1ba10282a2881779bdaf71a45 1.08 MB 2,524 445
504,346 504,346 0000000000000000000c79fed2ec17a4e39f79e36fae51e055dfdb41b012729e 1.06 MB 2,288 466
504,345 504,345 000000000000000000297d15d3ad3bcb458a7872f2066d4526c6f10436e9bcd6 1.10 MB 2,031 323
504,344 504,344 0000000000000000005238405dbde3631747eedb52a929bf140d8511e7437cb8 1.06 MB 2,090 434
504,343 504,343 0000000000000000001fea6bcdd556275c4e6be85e777cbcba488eb2c38ec3f8 1.09 MB 2,102 375
504,342 504,342 0000000000000000003a8d968bde1ddbf222ab8b40f333efaa17c26055644493 0.00 MB 1 0
504,341 504,341 0000000000000000001e147ac44b6c860000badfc96e8893633e9d88ccd295b8 1.07 MB 2,363 426
504,340 504,340 000000000000000000064a0ff4dbe2bda3a77ce3fe65b2fa57467b3dcd3303c6 1.06 MB 2,174 461
504,339 504,339 0000000000000000006dd3da744415159c7a4ebe14b8544f13a4c75b9ea1c2e0 1.09 MB 2,659 421
504,338 504,338 00000000000000000052db13c6c8026339ed91c43477b66148d72036c8cf0487 1.06 MB 1,932 511
504,337 504,337 0000000000000000005a7e96b0d5df704f5d7cbf4a4484a9a359e805e4a0e18a 1.08 MB 2,461 508
504,336 504,336 00000000000000000066983fc24e7f49ce768829e69463c745998ff63e9e0d3a 1.05 MB 2,540 475
504,335 504,335 00000000000000000040bc16ffc3a7e068c76aac864ad959892d32e4e115bc2f 1.03 MB 1,835 285
504,334 504,334 0000000000000000006ed2e279b9efc3a265dd5f94ebd3e8442857fed9a9d982 1.05 MB 1,794 377
504,333 504,333 0000000000000000004923d787dffc209e375bfe59d8e6f996c07966aa69dba4 1.14 MB 2,163 321
504,332 504,332 0000000000000000007ba9e2faa42e10da53ae4caf5dbe7afc04af2d954e17d9 1.08 MB 2,598 469
Previous 10 blocks ↓
Total Size: 769.56 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,649.23 GB sent, 95.74 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.