Memory Pool Memory Pool Refreshing

727 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,945 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 715 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (146,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
761,400 761,400 0000000000000000000397fcb071ad0c4e6364efbe2ebba45ecb638f20f44fab 1.46 MB 2,592 7
761,399 761,399 00000000000000000005ee03a21280e2d758a14ba28f9594f3fee7d6e16a584e 1.41 MB 2,677 12
761,398 761,398 0000000000000000000597ea9be914bbbc17e953d03df83695ee4f6ad8c6b355 1.50 MB 2,329 12
761,397 761,397 000000000000000000033c994516313fa065637a0359e216ebea860cfa652335 1.52 MB 3,279 22
761,396 761,396 000000000000000000052f1100beae8b370c57a73efea7cac0e919b6f97577c0 1.54 MB 3,251 23
761,395 761,395 000000000000000000014e98560d57b24debc0213c7524f4444a6d968c0888e5 1.35 MB 2,333 11
761,394 761,394 0000000000000000000677683f2751d42dde47a84df676c5444df4e4ad819fbb 1.51 MB 3,911 21
761,393 761,393 0000000000000000000722d56c9963cce962cad0bfcf88f74613bf02afe7a053 1.43 MB 2,871 14
761,392 761,392 00000000000000000002be88838adc1d031fc868b80742857fe64f2c9f8cd32b 1.43 MB 3,896 36
761,391 761,391 00000000000000000005a81a0087917a593ee2d0debb3690dbe0a0c8b3bbb901 1.56 MB 2,620 14
761,390 761,390 00000000000000000006f16bed12f63aa89ed186398fc245d7d74e6e2c364f95 0.04 MB 96 10
761,389 761,389 00000000000000000007396f18bd881b61316df1c0ca289f6dac336d138bbc0a 0.35 MB 389 3
761,388 761,388 00000000000000000002b22ab38ed08fd663ee8af5202d10cba12184058bc497 1.56 MB 2,968 11
761,387 761,387 00000000000000000000f70db68fc16916f8f34f69d692e89781c1deff3db92e 1.54 MB 3,175 11
761,386 761,386 00000000000000000000ba0ca19e68f28a8c061919c9313b7bd3c187ea7732a9 1.13 MB 1,476 9
761,385 761,385 000000000000000000005694378f7cc2148fd580a0e9e7f299f38a0471ece1d4 0.52 MB 225 2
761,384 761,384 00000000000000000006651285d1eccb9d3c9ccc6c18794323b465eea6d8f81c 1.81 MB 587 1
761,383 761,383 000000000000000000070f012d1b1f7633cae04ac69de8af5f3f1375c4bead11 1.74 MB 1,432 2
761,382 761,382 00000000000000000003ba602d86bd9130d46424e42d3e8b1d45ac42b809eb49 1.49 MB 2,225 18
761,381 761,381 000000000000000000005e8213d906b0ba79b3062a5c062ced705fbe435237fe 1.38 MB 1,424 10
761,380 761,380 00000000000000000006313c74b18fe6f1f8626c4a9b18030f77d845e22f4fe6 1.61 MB 2,541 14
Previous 10 blocks ↓
Total Size: 769.44 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,645.68 GB sent, 95.14 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.