Memory Pool Memory Pool Refreshing

3,753 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,950 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (682,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,472 225,472 00000000000002d0cff07a5ae0a1907962d0b652697caa20e50c86967fa072ff 0.25 MB 569 195
225,471 225,471 00000000000002ff5766c91605d8335bf59ab5de448f27429106753e9d51d3e9 0.06 MB 114 111
225,470 225,470 000000000000036cfc113e618a94f79320e424caa5145e6c76a8c1dc881d9e3e 0.04 MB 80 75
225,469 225,469 00000000000001ded6db04ecf1f053645d4bb57d5e6b3e5b15273e490a677f47 0.25 MB 456 176
225,468 225,468 00000000000002dedb9ab1f8d1332e66d2cd7fa5e25c6a92f543f47e0d797466 0.08 MB 159 105
225,467 225,467 00000000000001664cc9ef6e245e574bd7ed8afb81e1c1afec7e4ced28465210 0.24 MB 591 186
225,466 225,466 000000000000006a34177ccd63437e4803a814cb681bb1147c34b22038e9343d 0.14 MB 213 184
225,465 225,465 000000000000011bce281c4d6ee51f2c3f762de85304e72e45101bfcdaf06449 0.11 MB 213 137
225,464 225,464 00000000000002af101e657fcba005b4a676ee96664db35a67e5410f9feae094 0.19 MB 396 201
225,463 225,463 00000000000001e12d6e50709c5ec9add783c248e7eab3fa578878eff00c525d 0.33 MB 524 129
225,462 225,462 0000000000000127ec42df92b5e59e7c20f56348724585857ae1b8a68c9e9a33 0.05 MB 105 99
225,461 225,461 000000000000018e9487b2bbe8a42926a9f6b657d769dd5cc177a393d27a5532 0.17 MB 332 164
225,460 225,460 00000000000001b72a7d92cadca81fd1083927ef3ff3d0858de024383fe8c8fc 0.24 MB 500 209
225,459 225,459 000000000000006a92a784239de435ac43b7cf92151d4432cc47095f90526897 0.05 MB 92 274
225,458 225,458 00000000000002f8380d75e4df93551ff4fab71904406269bb35f43286df57cd 0.50 MB 654 39
225,457 225,457 0000000000000187ce3bacfb73f958f540e1c2c4d1018f2e3178db037a6c6ba3 0.00 MB 10 167
225,456 225,456 00000000000001f3ac237276c49ce00ac97e45ad663b92085a37c4d1007fa095 0.05 MB 124 101
225,455 225,455 000000000000016924f85069603be8164578eedf113f44d60bf0438cba047c7f 0.11 MB 252 143
225,454 225,454 00000000000001976860e9e35b20b8ebe22c35f813a40962c25ead9fbd89510b 0.00 MB 9 584
225,453 225,453 0000000000000170b9399ea46514ba4ae3d87b10cdb25a6189b703a413683bf1 0.16 MB 160 79
225,452 225,452 00000000000002dd34b7829582ba818411807a88722cba4e7ede6800d35e5326 0.25 MB 105 57
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.