Memory Pool Memory Pool Refreshing

2,042 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,032 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (109,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,751 798,751 000000000000000000020c17abe2d68f6713b442360a1cd3c7cb77cd25bbe7db 1.44 MB 2,281 24
798,750 798,750 00000000000000000003131b1a4a73fc600a682878e4ac7664f535c48f9f75c1 1.90 MB 5,383 6
798,749 798,749 00000000000000000003b7c4f9bd3307aa0b84b43f93cfd759e496f84fa748bc 1.85 MB 4,611 8
798,748 798,748 000000000000000000029cb98b0a9781b878559d611445c38e429753b7d6cd1e 1.80 MB 3,937 9
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
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.