Memory Pool Memory Pool Refreshing

1,203 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,198 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (489,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
418,790 418,790 000000000000000004c6f4bb47ceac66bd4b58deae372dbd9f54b695e6b7f1fc 0.22 MB 440 45
418,789 418,789 000000000000000005378bd671fcbbf30264acbc7d948087ca2f4aca7555f70f 0.50 MB 1,169 63
418,788 418,788 00000000000000000336d50d52e8d84cb149b29e70aa1a8bff8e54f95485f35b 0.99 MB 2,008 38
418,787 418,787 000000000000000003974c6db32e18d1d66cbe389622e4c2420c7959a508e06d 1.00 MB 2,504 81
418,786 418,786 0000000000000000022e3f0b3efdd0eca686e806c8c550526518b06afc68592b 0.74 MB 1,849 59
418,785 418,785 0000000000000000025af6a0ff5c0eafb3127e019135451e6e921675d3329065 0.75 MB 1,156 53
418,784 418,784 000000000000000002873830d5a858e73627f14b297b9bc4006392ed830efdd6 0.43 MB 738 49
418,783 418,783 000000000000000004afa13013153400546295547bd36339a194d7abc1226a0c 0.05 MB 125 60
418,782 418,782 00000000000000000116ab5f173dfc5225747b0d41a87b2ed4062ad30ff82854 0.14 MB 303 71
418,781 418,781 000000000000000003ceb711fb65e62003e40f206731e97eea8f2a94204fec87 0.17 MB 297 47
418,780 418,780 000000000000000003d042f9e9a0735cb885f8bd01da919ca511cd56e0abf77e 0.99 MB 722 19
418,779 418,779 0000000000000000041c18e3eefc889b1622e977e7c11fa5d2037df6e7029c06 0.61 MB 1,140 58
418,778 418,778 0000000000000000022969fb6349f10bc4e0271ed23c7d106e2cf34bb63a967c 0.12 MB 355 67
418,777 418,777 000000000000000004eae1cc3d42ac91bcefff7b8fdc76185c0ee0fde1ae876a 0.09 MB 220 50
418,776 418,776 000000000000000005257dcdc9eb67ab4e50f186688b131ac70db198a28789a3 0.15 MB 358 57
418,775 418,775 000000000000000004bd1ed1c22659fbab7b1571e143bc5ee7a23a73b306bb1f 0.38 MB 894 50
418,774 418,774 00000000000000000466836fc96b36c4ae43b15abb46fa46d1e79e7744ca24fa 1.00 MB 991 21
418,773 418,773 0000000000000000028e59bab6f9068fe1e9b1b474cc07b77a60d90bc84c87fe 1.00 MB 2,383 73
418,772 418,772 000000000000000004a9883d4a24f3833184b7a60c5bdd42d21de98cb2393107 0.23 MB 423 38
418,771 418,771 00000000000000000010560c90d1d4766848bfc4adc666ceba4de8d0cce5c543 0.38 MB 826 56
418,770 418,770 000000000000000004d89f60bf5f96b9d97656ae5dd237545c0db82db202c9a2 0.19 MB 325 49
Previous 10 blocks ↓
Total Size: 769.26 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,635.24 GB sent, 94.21 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.