Memory Pool Memory Pool Refreshing

6,514 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,106 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (682,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,486 225,486 00000000000000c368b78d8f5bc1693832269254786586c21517b3a1080468a7 0.25 MB 405 132
225,485 225,485 00000000000001c01fd21bd778754d73c4fa8f2660beef23a72c179bff55cba4 0.25 MB 499 141
225,484 225,484 0000000000000154c72639ac98dc451dd06ab184bea5bdd94cd3214596380f0e 0.25 MB 517 148
225,483 225,483 00000000000000c060cd9cee1841fc3b929301e1ddf410fbfd3c18dfaa5cdca9 0.25 MB 775 248
225,482 225,482 000000000000034ea1b51277d63e4c78acea8e7ac617973bb1cf6f0c92e24e4f 0.25 MB 549 197
225,481 225,481 00000000000000df1f4326ae23a0c49216e7edf2939aa2fea7181c25ad564fb3 0.25 MB 570 186
225,480 225,480 0000000000000296d49e192195d3e0d2d3149d381f424be0772e900b0a372c19 0.25 MB 831 244
225,479 225,479 00000000000000fe1b1007922d6e070ce81dc915b763fa9da9bc6b7f8632535c 0.25 MB 621 241
225,478 225,478 0000000000000175dd371efd47b0f2f386815e217f037ee150ebb3afb991fd12 0.14 MB 300 146
225,477 225,477 000000000000032ee32f427b4d34099ae574d69b36e72933d7e2fbc5c62eeb51 0.19 MB 382 138
225,476 225,476 00000000000001ff68fd54145b28842a87ec3ac11bda4b1b62679d54502de189 0.25 MB 670 207
225,475 225,475 00000000000003798a91085a0e9d4bda1e21b86adb32e483085ac26bca0c2cc2 0.25 MB 369 132
225,474 225,474 00000000000003964a527d09af7feed5b726087d76f845c13b5b319c4f7456bd 0.25 MB 665 217
225,473 225,473 000000000000038882d41497e679f4d374d4852bc710b51ad16c1422be903595 0.25 MB 417 135
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.