Memory Pool Memory Pool Refreshing

8,498 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (381,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
525,765 525,765 0000000000000000003181a8088f6aa5880f960ae03ca5874283e192c9939138 0.33 MB 234 3
525,764 525,764 000000000000000000028306cd453a219cbe80eac61c30768b0c980e63f58c25 1.05 MB 911 8
525,763 525,763 00000000000000000020bbd15c9a428a1d824a298c247a6e2c9091cb1dfd1d1a 1.02 MB 422 4
525,762 525,762 0000000000000000003963f7cadb63782bd3ba13d169024014fe2b67239b67c7 1.09 MB 1,012 9
525,761 525,761 0000000000000000003978fdb2612d69661c420426f70e36796b9b85a4d82c74 1.11 MB 1,441 14
525,760 525,760 0000000000000000003dff9b392b197c675d76e865a62ca7185456944d9d1c8f 1.02 MB 207 3
525,759 525,759 000000000000000000243413470e5776177b4f77cba4efdeadc5a1def2b5978b 1.07 MB 863 6
525,758 525,758 0000000000000000000a894d9a84ba3047bf787bed0af7ae950fc146d49f7422 1.00 MB 421 9
525,757 525,757 00000000000000000021d50af70bfcdefa1b6c0dc734cb555405d5c98975defe 1.11 MB 578 5
525,756 525,756 000000000000000000254c00c489795b135e87cee889a83aea9849d922e12be9 1.20 MB 2,038 18
525,755 525,755 0000000000000000003317f259ce0d96deb87f6bc148033ab80b0f7a2b065508 1.04 MB 660 4
525,754 525,754 000000000000000000009b2a4cf5fa8d8d2b4adbf279a29937f049f4af7f41f9 0.83 MB 793 10
525,753 525,753 0000000000000000002c27a70afc251f23af18f48b62c4c1baa6b39d164df3bb 1.04 MB 795 9
525,752 525,752 0000000000000000002618b35be35e9b7594ae4c49eca58c91eca9d1f9a28c6e 0.39 MB 248 3
525,751 525,751 00000000000000000027923b317084f20976f5fc63ba7cd8c35b7c67657b0438 1.03 MB 344 4
525,750 525,750 00000000000000000009929bf344ffd1b4e1f311afc4f3f13dcf3bb23a29d673 1.05 MB 269 1
525,749 525,749 00000000000000000014da8288eca5ef462a9e9f8918d95428c66f7c8e142377 1.10 MB 1,859 33
525,748 525,748 0000000000000000001d303d385f27c070bae979dd86557294db2f0f9a839709 0.51 MB 557 16
525,747 525,747 000000000000000000384925e7fdc3b5acbf3ae52f043547b4bf1e2db05bbc0f 0.29 MB 491 19
525,746 525,746 00000000000000000033cec3b0e7b632fff6add8669e49d1bc614ab73a103dfa 0.43 MB 677 17
525,745 525,745 00000000000000000006e5eecd8dbfc48d2ffb762b727c2ed8904f5415dc8a99 0.70 MB 1,289 22
Previous 10 blocks ↓
Total Size: 769.03 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,625.16 GB sent, 93.02 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.