Memory Pool Memory Pool Refreshing

8,277 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,954 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (635,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,453 272,453 00000000000000031b91bdcaf1110ea6aee6bcd3b6dc4bcd589588ef3aff8217 0.07 MB 90 15
272,452 272,452 000000000000000336f77ce65f592664210a080e1943519547ba3726b8c4231f 0.17 MB 113 11
272,451 272,451 00000000000000007ec74a298a603af133eedca1764c34eec4e77561c1939d1f 0.25 MB 355 50
272,450 272,450 00000000000000050b4a86f19c6f662cc444da62f326523bb7ef349188031fb4 0.25 MB 602 57
272,449 272,449 0000000000000001b0e6cbfc53a31843086589e9f075a1ed1171e0d321d20ca7 0.10 MB 64 13
272,448 272,448 00000000000000047aa514ce0f29e6820a729879bf07476bb233a47009e0345f 0.25 MB 503 54
272,447 272,447 00000000000000018915e7aedec062cea370936da0746e9a9368bb7ad8312b04 0.15 MB 281 50
272,446 272,446 00000000000000001f27dac04e04a644374048fa28763082af298be9101f2e77 0.25 MB 444 39
272,445 272,445 000000000000000475921e92756a0336fa804062380b57804e951e1f1e1974cf 0.03 MB 49 32
272,444 272,444 000000000000000397d885b7830ac187580d3c7c11ed3c1409ed504436aba163 0.09 MB 144 44
272,443 272,443 0000000000000002f6e0c3fa65ee044448008147b235370acf23978f4bf4a8f8 0.35 MB 645 46
272,442 272,442 00000000000000017d12062cc9231fa4974ca4e492bf6287fb2285f98167e48f 0.14 MB 238 38
272,441 272,441 00000000000000024a3648984d9ce0dc1b817ab65909c75b7c89b6643a9d98a5 0.08 MB 134 55
272,440 272,440 0000000000000001e4ec62cb1ac084167502adb33c2e646b9ccc75a96b1fa1bd 0.12 MB 258 38
272,439 272,439 00000000000000053a167b977a7ba3b11d813afe018239706c77f04e9a5d71b3 0.17 MB 495 42
272,438 272,438 00000000000000034d953bd5a2f78ca12273ca2853c424412bc6d808929799ac 0.01 MB 34 45
272,437 272,437 00000000000000052d303b366f87db84472e30d92eb057f3e10776a545952a36 0.12 MB 242 21
272,436 272,436 000000000000000504a540adc7d10d6e9cf451f3854410e6066468bd4db15694 0.09 MB 171 37
272,435 272,435 00000000000000058046c556beddea9695a38d3a6466e71b37bcafa7292da5c0 0.31 MB 765 49
272,434 272,434 0000000000000005a45b7e68f4ffaf185656436ba91e463883458118990181b5 0.04 MB 26 25
272,433 272,433 00000000000000002b4b5d6b95846c8ed81024245c4ec03d838a618a1987b52d 0.35 MB 774 46
Previous 10 blocks ↓
Total Size: 769.03 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,624.92 GB sent, 93.01 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.