Memory Pool Memory Pool Refreshing

5,340 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (213,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,692 694,692 0000000000000000001294fefc9a28ab3cbad5581473db3417bee0da7321b831 0.50 MB 774 10
694,691 694,691 0000000000000000000587008698bef3164c0d8990c82fb419cd8c0faccd37c4 0.68 MB 1,531 7
694,690 694,690 0000000000000000000665654c00c3396ce9a6b9ce47a9b7e3d9d2a76739c180 1.47 MB 3,059 12
694,689 694,689 000000000000000000017c559974240f12c1343e2ac9940425a8360bae3c7d04 0.36 MB 800 11
694,688 694,688 0000000000000000000543c59b56e1462a4507d76d65c800f6cd776ca5f37ab4 0.26 MB 188 5
694,687 694,687 00000000000000000011d31c34be94d805ce505a54e1aa1687f5d760927e916a 0.39 MB 722 9
694,686 694,686 0000000000000000000a3d4c7cc5d7e019dfaaa008a1f8cf01e7a064b38d1684 0.60 MB 786 6
694,685 694,685 0000000000000000000b32dbce5e135e53c0ab0c010734777a8616657aec6113 0.64 MB 801 5
694,684 694,684 0000000000000000000518a45282e62e0348c810ae508860c618cae2d4123acf 0.81 MB 1,299 9
694,683 694,683 00000000000000000003d4182fa827cd739b9e42a401547fc93a180049c41155 0.33 MB 838 10
694,682 694,682 0000000000000000000a6955284796fb2d797bef085f236b95647b95a7b2bd94 0.74 MB 1,554 10
694,681 694,681 0000000000000000000f001a57e410eb9a3cc4d0f995546a4d101b8fe51f273e 0.32 MB 605 12
694,680 694,680 0000000000000000000302d299d97a4cdda9123de7c386dd6c956138dc0c18d4 0.93 MB 1,849 12
694,679 694,679 00000000000000000012ce4c22119d150eb636ae46f8d4f4c6477d3d8e6b431f 0.94 MB 1,983 11
694,678 694,678 000000000000000000030b299d62985b1a0315125f98b06f1b72389149ece470 0.05 MB 105 8
694,677 694,677 00000000000000000011deaca02b46d5b52067e484eaabf105a7619ad64eb718 0.15 MB 201 8
694,676 694,676 0000000000000000000024f93e68f6182a0aa510a09e1a1432401f5c8d62a69c 1.11 MB 1,602 9
694,675 694,675 000000000000000000087c969069498865e7180542ec238ce5bb0193ce4ec692 0.09 MB 196 12
694,674 694,674 0000000000000000000ba1a711bbe8681a2d5c7242aa2107931aaa5b648aa5ec 0.02 MB 67 14
694,673 694,673 00000000000000000008d76994fff7f2382a694859ef5343c64576767cffd4cc 1.06 MB 2,290 4
694,672 694,672 00000000000000000004a7fc08a27909295ab0dac6e9e1d282be82f5818f7880 1.40 MB 2,943 13
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.59 GB sent, 94.02 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.