Memory Pool Memory Pool Refreshing

8,286 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (108,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,747 798,747 000000000000000000036962d865116ed67514fdb9398fe2018bb3a769a9290a 1.80 MB 1,738 11
798,746 798,746 00000000000000000001396a0b554519e4fcceef30ea865925d1499c4dafd0b0 1.98 MB 5,695 6
798,745 798,745 00000000000000000001af1a1942b67b02a64fd5c2288d231c2ef8354ee06580 2.06 MB 3,278 9
798,744 798,744 00000000000000000003fcb33b5d000c07ec05fbdb966103dd25e1eb86075688 1.82 MB 5,225 7
798,743 798,743 00000000000000000004e74ead97ac47938437428c5720a17f423c7c9a26e13b 1.96 MB 5,835 6
798,742 798,742 000000000000000000030779faeadbda65929f44710fc6739ce7e9f9a61a22e7 1.44 MB 1,982 11
798,741 798,741 00000000000000000000f4edf86691e1a8d2d28a613989bd68159221bd614fd5 1.40 MB 2,751 23
798,740 798,740 00000000000000000001e44e391fa522e64d032c5d92017434ae3a317da807ad 1.50 MB 2,422 12
798,739 798,739 00000000000000000000757b2079bedc524419d9cacdafd09ce5bc4e03177b0a 1.45 MB 2,467 15
798,738 798,738 0000000000000000000286b792375a2300248f38e74ba5b3710a31689548b884 1.74 MB 4,162 7
798,737 798,737 000000000000000000040e30cf6f628d2c6f965c4e1463ccd237552879ab7dea 1.79 MB 3,882 10
798,736 798,736 00000000000000000002e572daa6759b2bc3d0657219509d52278e6a3fcb397b 1.84 MB 4,992 10
798,735 798,735 00000000000000000004769071517c4f7335adab0474d37a8dbea292cfa5bfa0 1.48 MB 2,643 12
798,734 798,734 000000000000000000014334239dd282d11bf54d5f7f685043bb6c74b129792a 1.56 MB 2,128 11
798,733 798,733 000000000000000000051f976477d0490089189cdf16ce0365ac76f0b14f052d 1.40 MB 2,443 17
798,732 798,732 000000000000000000051becda91daaa746b40babc978009d32db6630cc43148 1.39 MB 2,097 18
798,731 798,731 000000000000000000031a84e2d917f97b0468283ee8977561bf9dd4a6ae74d2 2.00 MB 5,322 6
798,730 798,730 00000000000000000000d63fa869b09ee098fa467b0fb04cab7af867723b92d8 1.76 MB 2,402 16
798,729 798,729 000000000000000000010135330a2b31119968652716db25951b5833648ac493 2.32 MB 3,805 8
798,728 798,728 00000000000000000004a92e4908b2e5d45688d4739a349be739f4176ac34a79 2.46 MB 4,106 7
798,727 798,727 0000000000000000000303700e809462acdba53de0ed6f68e554e565571f7534 1.82 MB 5,045 9
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.