Memory Pool Memory Pool Refreshing

10,226 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (108,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,583 799,583 00000000000000000003187711058aa688681d9b8619907e840bceaaf0940861 1.62 MB 2,759 25
799,582 799,582 00000000000000000000a347791a5d0a64b8ff4f700c7e2dbb0ae30ce853c613 1.89 MB 2,494 9
799,581 799,581 0000000000000000000218b0dc5bbba5aa90604b945a81edcb5f6fc70e1607a3 1.64 MB 2,188 12
799,580 799,580 000000000000000000033cb00f8c0c372b35923abc3947ad50a6832e1e4f43da 1.24 MB 1,735 28
799,579 799,579 00000000000000000003614c57c7394ccb926517b7ddfbc61dc9882afa5adfcd 1.71 MB 2,367 16
799,578 799,578 00000000000000000001d57b34aba03742c81ec17265d140f70d04d0656a42ba 1.36 MB 2,096 13
799,577 799,577 00000000000000000000288d14c321b069877d4bd48b99b494e0a579980c7386 1.51 MB 2,014 17
799,576 799,576 000000000000000000017a48b82551884b3ac4e2615a2f71419fd314d87cc726 1.17 MB 1,011 14
799,575 799,575 000000000000000000001f66454ce67d800092b9416a73e1bfca24cdb27be3d5 1.19 MB 1,127 14
799,574 799,574 000000000000000000009b73f9a85e2d585aae9496060bdc89a1cb7f5bf48fb9 1.08 MB 379 11
799,573 799,573 00000000000000000002b4717a083764af118540e269fc58eb81c73cc7ea6a8e 1.17 MB 975 14
799,572 799,572 0000000000000000000034b0652525ab6b0149aca38adf08c48d4b37e00ea550 1.60 MB 3,118 20
799,571 799,571 00000000000000000004d806c58965e280e996b089835291db481c816e4dd228 1.49 MB 2,372 19
799,570 799,570 000000000000000000050cb9dfdbb552bdfa97a6c21993c26db7091ef5840438 1.34 MB 2,350 23
799,569 799,569 0000000000000000000317688602230dc499f311e64672deff3652d5a24d1860 1.57 MB 2,989 32
799,568 799,568 00000000000000000003853e6ae84b120bbf8d7274bd4f2d3d3646d7a4de2f53 1.40 MB 2,535 24
799,567 799,567 000000000000000000049f51a09bb41d5eaa46671a357f10772155b631dfac34 1.02 MB 203 11
799,566 799,566 0000000000000000000403ec82d9697629727d154408c17ece7bdae92fbf4064 1.38 MB 1,911 15
799,565 799,565 000000000000000000000101446bd06c8510033c1b6b87775b9a6936fd486d84 1.29 MB 1,531 22
799,564 799,564 00000000000000000004fefe826b9fb6bb05819627a2f7d81ef14798641fe064 1.48 MB 2,937 30
799,563 799,563 000000000000000000010b99c6db830f3723b4177107b7146370517cac4351dc 1.66 MB 1,956 14
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,625.72 GB sent, 93.04 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.