Memory Pool Memory Pool Refreshing

440 transactions
11.70 vMB
Show Random Selection Loading Transactions
Max Size: 68/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
888,877 0000000000000000000282810000000000000000000000000000000000000000 0.96 vMB 249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 888,876 (748,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,676 140,676 00000000000002a9dfc587d2950450f3a2193d699cae5f1df506debbf22745d4 0.00 MB 5 698
140,675 140,675 000000000000021eb357c1e59c00df7600d67f0d5c4bf43ffff33f90e8902064 0.01 MB 25 317
140,674 140,674 0000000000000536b064a41f97dff70ff34547f7535afedcff63a881d354fcd4 0.05 MB 78 194
140,673 140,673 00000000000005bdaa961b2bc7b6ef23949dc6bd8bc9e5bd1144e4a457e6fca7 0.03 MB 66 22
140,672 140,672 00000000000000961c89907beabef050cfe547f8d87ef10498cc209c4c03af32 0.05 MB 100 149
140,671 140,671 00000000000003c853966b5ac16eb8a06df47d4db59e84a74bdaf7b70afddad9 0.00 MB 7 40
140,670 140,670 000000000000086a2e976b6340ff65820ee38104466bbf647f79dfc68a581e49 0.00 MB 3 0
140,669 140,669 000000000000004e316d60e0139d654625d74a7f28aaef3f5f844445ee410e2f 0.00 MB 3 1,508
140,668 140,668 00000000000006ea7200f3d26194bdb272ef14a354641be6743ac56b3e8f4344 0.02 MB 48 126
140,667 140,667 0000000000000099689a5ade4f0eae7812f8ec9a8bb76d4d7c9b69fbbb428577 0.02 MB 42 79
140,666 140,666 00000000000005fad922da63214fd6b4ee9e16c0a23fa4e255ace901647007ac 0.00 MB 5 732
140,665 140,665 00000000000000ce94ff8c20d2d1218bdddbfa182f9b410a3f980ae6507b8445 0.01 MB 26 86
140,664 140,664 00000000000001094003f3ebec036c33abbcbc1807fe9dfc928a54741df51551 0.05 MB 127 175
140,663 140,663 000000000000042deaf7df7ad25b17a54194f33e20a8e79ca2cc64e3ea40a586 0.03 MB 56 88
140,662 140,662 00000000000003555a7ad26a266abf1a85e8b61123cd0dc160c3a9fd41f6fa8c 0.01 MB 19 331
140,661 140,661 000000000000003c67695fe6a71dcab811f0fac58b0b48e9c799f621316f7cfb 0.00 MB 14 296
140,660 140,660 00000000000000fc29093de42237890594c14bfe5dc612256c000e957302ee20 0.00 MB 8 229
140,659 140,659 00000000000004042a76513e6675a5cb8698c7e98f75caa1ab0ea9ac7013a381 0.00 MB 10 93
140,658 140,658 00000000000000d58d973bff29666f59fa1c598054e4003a8d9944943e72980c 0.03 MB 55 44
140,657 140,657 00000000000006377de776b325e3948fc1b31c594cf3629a6a1291a914efb6f9 0.03 MB 96 161
140,656 140,656 000000000000030f7342b7fd6d266c5bae7f316b628d5a3127f615c76ea88e6d 0.01 MB 32 36
Previous 10 blocks ↓
Total Size: 735.92 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: 3,185.54 GB sent, 140.83 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.