Memory Pool Memory Pool Refreshing

6,254 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,902 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (564,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,624 343,624 0000000000000000000654b4143e68289e3724457a9e00284d98404b65cc8017 0.75 MB 1,035 24
343,623 343,623 00000000000000000f9d4f0716a1739fe2b996229ebf1ab8bfccce295956b4b5 0.35 MB 978 43
343,622 343,622 000000000000000002d4acee6b7e93b982c2af56ca7ca237bb420a647e13a5be 0.04 MB 34 10
343,621 343,621 000000000000000011216825d6820abecd252c39b2d6d339e46a0e000171cd16 0.22 MB 257 17
343,620 343,620 000000000000000007c8a20a0cecc203a00d671ba211864993f833cfdf4a58f4 0.48 MB 408 15
343,619 343,619 00000000000000000049d944337a9751711aa991584b54b78746ba1536c6f3ea 0.88 MB 1,094 23
343,618 343,618 000000000000000004c5a74429a34cb051d1512b9a02dd2139cba605eafc0dcf 0.17 MB 143 13
343,617 343,617 00000000000000000de7ee85189b468e0e0c391adc0dd3131297ccfd663673ac 0.17 MB 198 21
343,616 343,616 000000000000000005ab9105c73eb7e8f9ded4a4ebaa98342d50c39621ff1a78 0.23 MB 102 11
343,615 343,615 0000000000000000100c68d36a0a223e1ff57e1eaba1fc2900ac3da18f4ade8b 0.58 MB 433 16
343,614 343,614 000000000000000008393f83980956e53bfd01e82973211be295fd6c84d2961b 0.60 MB 463 17
343,613 343,613 000000000000000006b426c1860d19a796675af0cf745807da3cc9fcae2ce237 0.55 MB 379 15
343,612 343,612 00000000000000000511f6df1e4631ce30e238b496796e860e3551d63e2d11df 0.03 MB 44 13
343,611 343,611 000000000000000006caf56d0d56ddba81987c70461bf42762c98944fb16453e 0.17 MB 111 10
343,610 343,610 00000000000000000371a90775d895e83d1eb63ba83672d90980841320fb9ec5 0.71 MB 686 18
343,609 343,609 00000000000000000f0a1ff988ba9d4992c53acf4a210bf17d5d3c9a785a1e95 0.64 MB 637 20
343,608 343,608 0000000000000000099c2739ca5fa2c100e469602679b6fa13f85310dcb5acff 0.60 MB 936 55
343,607 343,607 000000000000000011cd801073b1b2d2c9125dd5db7ac4f3ddd933e581b97369 0.48 MB 761 26
343,606 343,606 0000000000000000071922c94584f449713c229635fa92aaba1087cfa8a8d0f8 0.15 MB 160 13
343,605 343,605 00000000000000000c0691387b7ad45b6bad2f2eea05f346881e4bac2967293c 0.10 MB 95 11
343,604 343,604 00000000000000000b2e4c1975f6c5c989f86bcfa180ff9779f58aa299b9a747 0.19 MB 162 17
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.