Memory Pool Memory Pool Refreshing

15,036 transactions
8.40 vMB
Show Random Selection Loading Transactions
Max Size: 42/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,673 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,698 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,672 (80,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,010 821,010 00000000000000000001f6d0412f42552ae68062023fbe0f8f27c2aab983950a 1.43 MB 4,278 144
821,009 821,009 00000000000000000002811fe34c37186277de42f437e74ac38a1a3c899856d3 1.51 MB 3,991 137
821,008 821,008 00000000000000000003bc6b6e38555dcbb5cd1a09af12f890821db7458f371c 1.44 MB 4,323 151
821,007 821,007 00000000000000000000ef60fc54225ccff22471a048866c0e4b79e7f0c33740 1.52 MB 3,592 126
821,006 821,006 00000000000000000001199f88dec1c8d4ce0ba6c5438723f5837cd9c328b98a 1.31 MB 3,363 120
821,005 821,005 000000000000000000017bba2c7078cb51384af96ca336157a2225f00b23a1b9 1.45 MB 4,288 145
821,004 821,004 000000000000000000004e1f0c0917bec7ced96bf405e55997b75d78b07fe352 1.48 MB 4,306 137
821,003 821,003 000000000000000000007034df989a66c6cf24d4423d299fd3a1a9c353396586 1.42 MB 4,292 175
821,002 821,002 00000000000000000000a66f95999c0c287908a8233ece967a259d58c47740c8 1.51 MB 4,311 150
821,001 821,001 000000000000000000000ee765476efb738a1cbf672d2ca95d98a18ea4cce0c6 1.58 MB 3,990 139
821,000 821,000 0000000000000000000096268a6aa42ced8963885614d95a85abfa7514db29e6 1.55 MB 3,989 146
820,999 820,999 000000000000000000024d08e41983862b1239791073978c453933d98e286f93 1.51 MB 4,278 162
820,998 820,998 00000000000000000002bb14668df246cc59928b084996442b765437a8326a69 1.41 MB 4,403 200
820,997 820,997 000000000000000000035550c1ebae4fc64068fad46fd87abaa5e83caa08336a 1.56 MB 4,103 168
820,996 820,996 000000000000000000014e083785b33eb4850db515589a707ac186a24a8c567b 1.39 MB 4,253 181
820,995 820,995 0000000000000000000299de8b144b53256d673997e12a243ff9564bb5f46321 1.41 MB 3,993 159
820,994 820,994 00000000000000000001afa43bf4409fdede74b2b23ed0ffb9533b22b39706f5 1.48 MB 4,270 149
820,993 820,993 00000000000000000000c90b5ee05e181eeb0e4c809c1293e909d076a4566d89 1.64 MB 4,691 111
820,992 820,992 00000000000000000002f713551fa5649ed7c8f9392938a3df9d65fd6f7e490a 1.69 MB 4,610 102
820,991 820,991 00000000000000000002804d28c3c6285cb5a3928b6d20a1a03925d3cdfe465e 1.53 MB 4,413 136
820,990 820,990 00000000000000000003fe423c5a1d73b94d234b1b50e0647b8f7f6afa986efd 1.54 MB 3,785 127
Previous 10 blocks ↓
Total Size: 758.61 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: 748.39 GB sent, 40.00 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.