Memory Pool Memory Pool Refreshing

6,197 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (3,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,349 904,349 000000000000000000014a0ba7caac4973b2083e945519ce59f167eade522bab 1.57 MB 2,946 3
904,348 904,348 0000000000000000000033c53ca0ef8d06f02afe9ee0a3220e3f5d63282bfe82 0.14 MB 135 3
904,347 904,347 0000000000000000000165923045856172f5f6b7b910ac050e955c9a527bfdc5 0.49 MB 1,011 3
904,346 904,346 0000000000000000000242ec6571f9e92ef776dbf1004a38cab9476875edc5f7 1.92 MB 1,505 1
904,345 904,345 00000000000000000001efae94a63cae925a1d6948a20057c10d382e488e9806 0.36 MB 906 2
904,344 904,344 0000000000000000000197f82167751308b0d534b86865983e45c2ad55687658 1.48 MB 2,623 2
904,343 904,343 00000000000000000001fac0ee2e49cf65378752c518734aff99f71c88084fbc 0.93 MB 1,565 2
904,342 904,342 0000000000000000000261d57e9b4b8c8feff7adae494058a292fdaa9bbd8bde 0.37 MB 751 2
904,341 904,341 00000000000000000001e5e5196e3a08c5c7d08a382da4a1a7c65b08270e9e93 0.36 MB 565 2
904,340 904,340 0000000000000000000266397857848cd7a855787aa966075821544abc77a442 0.61 MB 887 3
904,339 904,339 0000000000000000000260d31755b93b16007eb7c864c4459c6ff814a44b87a4 0.60 MB 1,531 2
904,338 904,338 00000000000000000001f4a9a2444a36b37c21499d70d0a162aded570bfc729a 0.33 MB 776 3
904,337 904,337 0000000000000000000155c211edd02bc20beab06e78177c1b633be709108259 1.60 MB 2,589 2
904,336 904,336 000000000000000000014106b2082b1a18aaf3091e8b337c6fed110db8c56620 1.59 MB 3,154 3
904,335 904,335 000000000000000000007ce0de6df95bbc6e97ed7b9e28133a04716d8045ae7c 2.09 MB 1,986 1
904,334 904,334 00000000000000000001174cf4761d0f7943df9e5667e11d530376b4203fbff5 1.66 MB 3,664 5
904,333 904,333 00000000000000000000f567d13fae4b0696c7d6eede4c54d48a7821d0100d7c 0.45 MB 788 4
904,332 904,332 0000000000000000000096f1ac2884d893608f5594e72cac2fa83a95c4ed5e1b 1.40 MB 3,101 6
904,331 904,331 00000000000000000000fba774f4acec23998e584020ff57764223304558e061 0.99 MB 1,604 3
904,330 904,330 000000000000000000007e3de270dba6aafcbcee6d41534fb1118f3cd429cd60 1.24 MB 2,650 1
904,329 904,329 0000000000000000000049afed8b49d1a2c1a8ae7fb8ee19ece8a1875784f101 1.72 MB 2,726 6
Previous 10 blocks ↓
Total Size: 769.27 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.31 GB sent, 94.25 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.