Memory Pool Memory Pool Refreshing

13,629 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,784 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (612,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,067 295,067 0000000000000000719960193ea9b317b06911761ee1b6fc3a30bb037a207c43 0.04 MB 67 56
295,066 295,066 0000000000000000a2e8991826ffb54654c7c245a4cc7f7ca57797ea786e8c5f 0.30 MB 425 33
295,065 295,065 00000000000000000acec87f3179f4f997421df438558634a2a639a2a0326071 0.35 MB 833 56
295,064 295,064 00000000000000000f9b61f20c1e3fb014f5449040ec79157c220c080590fb7f 0.08 MB 155 26
295,063 295,063 000000000000000052cbe312e632447f7683f332d1e278b5eac3e7caf2f7853c 0.27 MB 432 30
295,062 295,062 0000000000000000b2c9958816c7ae5109ee7f2018c6f75157bcab9f576f27d6 0.43 MB 690 40
295,061 295,061 00000000000000009ea6e7bfbecbd0e1a364210c8cb67ac7b695709311adde58 0.15 MB 272 25
295,060 295,060 00000000000000009568a7450e70e4c9afbd8329bc665f433ef5143c25899ee0 0.36 MB 557 35
295,059 295,059 0000000000000000af16590ef88fae08f92d136ad4457a3e2f24991633038abe 0.34 MB 511 38
295,058 295,058 00000000000000001309e30f6e7014005d86c1ff40be98038f3d1da17b534abc 0.18 MB 256 27
295,057 295,057 00000000000000006beb76170134cc291ae4b6cef99ae4dcfb67edb3bff6d858 0.10 MB 131 19
295,056 295,056 00000000000000008aeaab13c8d29253ecf16673c5039c9a058bf09b651d9464 0.18 MB 165 23
295,055 295,055 000000000000000076fd475c44c8749d6dbdbee07116986138f9f0c30565b3fc 0.31 MB 496 45
295,054 295,054 0000000000000000591387172d578393f5be45f9e17a9d2c403f19d2cd5cfb71 0.21 MB 440 31
295,053 295,053 00000000000000008bc30515d1de416b4d51342b055a4b7aefd180e035239e25 0.21 MB 124 14
295,052 295,052 00000000000000004cecbcb530ef9e07140ee4f71c13fea253b6fdfacf0260e3 0.35 MB 858 48
295,051 295,051 00000000000000008d32ff9344876df86e3291fb1399e5610f2aa7692a7c2002 0.11 MB 67 8
295,050 295,050 00000000000000001870ddc8af6787b1141196aee622350acb8c491981b9c006 0.88 MB 744 16
295,049 295,049 0000000000000000883e10f465f5233e549f6549da3dd0c300636b22b9dc30fd 0.18 MB 512 35
295,048 295,048 000000000000000008dd477f8cdb8afab8bacdb7aa714f5113e2d5df30be2ba6 0.50 MB 1,227 64
295,047 295,047 00000000000000005ab8871bd74df5d24d2ece08977df4485567a5df0c18d120 0.60 MB 809 37
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.