Memory Pool Memory Pool Refreshing

6,817 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,234 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (538,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
369,580 369,580 000000000000000008bafef2ff89b9bb5d967200efae709e392b842f0c70be1d 0.38 MB 847 41
369,579 369,579 000000000000000000710f66a664a74570a186f92b81fb8b64b34bc9a20262eb 0.00 MB 1 0
369,578 369,578 00000000000000000558ceb42c7ada17ac4e68640f84a72d9a91fdb2a8c18481 0.47 MB 1,078 46
369,577 369,577 0000000000000000025652cce00cad13b9a15456b3985fba9633b0f7aae478ce 0.85 MB 1,799 44
369,576 369,576 0000000000000000051e990974a870583b17a66fc51c4b75ef20221784353740 0.29 MB 521 33
369,575 369,575 00000000000000000aa3de2528c79271e7e869311e42ab29d0e1ede44bba2146 0.83 MB 1,210 26
369,574 369,574 00000000000000001414510eb82ea2afd7a0c5f464986bbaa763cac97ae1ca34 1.00 MB 1,589 31
369,573 369,573 000000000000000008f5f231a78c4e6752e521be9ef8218c8c203922b2a724ad 0.93 MB 2,873 61
369,572 369,572 00000000000000000bd790160e184c79aef1cac03c9b80ce4b26970593bec7c6 0.50 MB 743 28
369,571 369,571 000000000000000003317e511ed3521459e0001380df40df4c7f7f5d6b602113 0.95 MB 1,401 27
369,570 369,570 00000000000000000bd808ef63bad55747a0cb7def83141a48c9bd4c1ad0fbf1 1.00 MB 2,578 56
369,569 369,569 000000000000000002c6d00c5799d527b281f3d7bb4dd8297e18e5bdcef76dd3 0.07 MB 132 28
369,568 369,568 00000000000000000d5587c829508ef5b8c2cc80e1a94870285b703ab1475966 0.90 MB 1,598 43
369,567 369,567 00000000000000000a10a5fda48e898c3d7a401fa48e623bbaadc06965a46948 0.03 MB 54 44
369,566 369,566 00000000000000000d82047a1b9f9c258f4c8b4c9baf66b4fa26ca6016768280 0.39 MB 415 41
369,565 369,565 00000000000000000f80277045fcddd668d5e99f2911ecada7f0647dbf8076b7 0.34 MB 313 45
369,564 369,564 00000000000000000000fa6aea584eda3f73baad34a67359cd5d5bf804fb4b22 0.39 MB 446 42
369,563 369,563 000000000000000010de29f86cdfab5a9f64c02c334bf13456ea12b5d8939b19 0.24 MB 427 46
369,562 369,562 00000000000000000a1fa888259a6674166d4d53264171d3e4d5967cedc66056 0.15 MB 269 47
369,561 369,561 0000000000000000053dd525154a59fa408b639ceb0671041df3b0ecc6b46502 0.63 MB 1,197 48
369,560 369,560 000000000000000010734c4e8f3191d11400327db55363e8fcc13bde1175502d 0.83 MB 1,409 35
Previous 10 blocks ↓
Total Size: 768.95 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,614.19 GB sent, 92.56 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.