Memory Pool Memory Pool Refreshing

7,322 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,086 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (189,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,562 718,562 0000000000000000000139e3cebec3b0269a04374c45399d86acf271ba9fdd39 0.36 MB 641 8
718,561 718,561 00000000000000000005dac97617c768b1c3b4cb95c0ddf0d0b3d15e84dc30ec 0.43 MB 667 7
718,560 718,560 0000000000000000000460c9615174fced39faa3d6d3d4b23408590733eeec8a 0.00 MB 5 3
718,559 718,559 0000000000000000000ab0d88f9d93201adbc9c52d4edd2f01fe1ff866cf6775 1.19 MB 1,105 3
718,558 718,558 00000000000000000006a351253c9d8770c16bd7a7ab7bfde02542edb90dfd71 1.54 MB 3,296 7
718,557 718,557 000000000000000000004275eaa709bb15cd22bb0085dc24a40a3cfb84ebf1ec 1.29 MB 1,791 9
718,556 718,556 000000000000000000062489ab7c21681f0c8592aa85da59a00543bc715b51ed 1.42 MB 2,788 13
718,555 718,555 000000000000000000002d53a9c5f20785147fc702f5eb041e2af80461dc045a 1.48 MB 2,340 11
718,554 718,554 00000000000000000006a8211dde10963a3ed72b99df6e1c4c8a7e67f4e908a1 0.38 MB 619 9
718,553 718,553 00000000000000000007a125958271c454be2e8cdaa40a70574951e049cbf6d1 0.10 MB 221 12
718,552 718,552 0000000000000000000a921099d8c13f63977425fb6c957c139349854157cce1 0.72 MB 1,170 6
718,551 718,551 0000000000000000000298005420d6872cadc3a69bde8249113d106187d696e5 0.53 MB 1,000 8
718,550 718,550 000000000000000000001e3879e7553410f8e61888fdce006b4106778a5abc07 0.43 MB 896 7
718,549 718,549 00000000000000000008d6a3c8c2fa82e8534688600387a9e6309b4589b66230 0.97 MB 1,778 9
718,548 718,548 000000000000000000086e59a4400fd36a875139c6fae06869c5c52865f04002 0.62 MB 1,007 9
718,547 718,547 0000000000000000000b1a3f2205278f5da9dab8bd2a960007809487e78b3d5d 0.68 MB 848 6
718,546 718,546 00000000000000000000356abb88afcbe27ec224da7189ac830808457361d0d2 1.85 MB 2,001 3
718,545 718,545 0000000000000000000512c1c1774e40911d1d3b7f1622f11d9a5f3db32e6362 1.43 MB 3,007 4
718,544 718,544 000000000000000000024f777c8f0fc854f95cd710f9a43f6fc0cb61e79357d1 1.48 MB 3,131 16
718,543 718,543 00000000000000000007c535d03b4d6a11dc13979b1fe8addb43a063d5473cf1 1.53 MB 2,894 11
718,542 718,542 00000000000000000000bbc672d7a1705ab9bd7f654ccd1f4c4803415c1dc7db 1.38 MB 2,329 8
Previous 10 blocks ↓
Total Size: 769.13 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,631.54 GB sent, 93.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.