Memory Pool Memory Pool Refreshing

333 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,610 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,609 (809,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,644 98,644 0000000000030e6c5623f7925b0079017a787091d02a2ebf917a43afe7700e77 0.00 MB 1 0
98,643 98,643 000000000001269417ab43aa73b9eeeeb25a312393e269891a0228b0d2988bf3 0.00 MB 1 0
98,642 98,642 000000000002ac63930175d6ffc0c370249c83203be9589eb0107db8a3e0606b 0.00 MB 2 0
98,641 98,641 0000000000040a414bdc0561c0059c17f5ebf446db4eed6f74c44fa1dd37f2a1 0.00 MB 2 0
98,640 98,640 00000000000090bcca0fa569d3795946772f5be723f866fee3cb22af0cf4a12b 0.00 MB 2 0
98,639 98,639 000000000002cca96fab551b4401e7b21e796dfc7e72fc8a77a1cacd5fbd78bf 0.00 MB 1 0
98,638 98,638 000000000001eb55604786ccf15337c166188007371970beacfdcb56c6eb0261 0.00 MB 1 0
98,637 98,637 00000000000084374547dfa5f54ca622ab19bd2c03d09d17654862a246ebaeb0 0.00 MB 4 0
98,636 98,636 000000000003ce1290db08c1142ab877623af6ee358075dcba4ccbc94ffe89bf 0.00 MB 2 0
98,635 98,635 0000000000000fed5191aff899d4f41c4d431270bb1502fd443b43043ddaa337 0.00 MB 1 0
98,634 98,634 0000000000013e8017a34525b93326cb430b043e3727ee5150554ce194730c2e 0.00 MB 1 0
98,633 98,633 0000000000002acdde2f7c2df0f5a220429aa62827b6abd79c895c9d767c51ec 0.00 MB 1 0
98,632 98,632 000000000003101f0a4805bb073ef5110041f2c084eb7dd7fbfbb871919c5cec 0.00 MB 6 0
98,631 98,631 00000000000510fa902a5a4a01263a1364998cc4fa041468def12934f375e792 0.00 MB 13 0
98,630 98,630 00000000000089759f6edfcdc6dfe6820d76fcd26c5301e465d3ef8a0dca404f 0.00 MB 5 0
98,629 98,629 000000000003d0bba934101e224ca5690b44883387f209022559be442a0a2dee 0.00 MB 1 0
98,628 98,628 00000000000304518ed7b45a05a05d83fecb0092526534118319b56e2cf45e02 0.00 MB 1 0
98,627 98,627 000000000003804585605b6f2de6ea7b7bff39b3afa42312b80425fb8af1ffdd 0.00 MB 2 0
98,626 98,626 00000000000433fa44827e0c79c28ad59923451d0d4cade02bd1da93027548fe 0.00 MB 1 0
98,625 98,625 000000000004da84051db9a70b3b0ae5508d55c2841e55446fd10e77d2c30f4c 0.00 MB 2 0
98,624 98,624 0000000000054297a4209b43609568c4fba3aec198bb921fc964c0ff66c4cf36 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.74 GB sent, 101.10 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.