Memory Pool Memory Pool Refreshing

4,880 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (534,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,320 373,320 00000000000000000f031e0befa008caf45b8592dc68e7666fc03bac59d1178d 0.00 MB 1 0
373,319 373,319 000000000000000009440f8a4759f1d62695eb8029c67d256bd5ea7d15265121 0.05 MB 120 41
373,318 373,318 00000000000000000197dac5f001c5fadf33022e24613cb4e3f5476deb4237a9 0.84 MB 1,532 35
373,317 373,317 000000000000000012cc9f040defb3ad0413825160f289c919e51a1420e36494 0.00 MB 1 0
373,316 373,316 00000000000000000e9826366a6e369bda5e3ca3af5f667a25dc996dfa8e2ec0 0.93 MB 1,908 46
373,315 373,315 000000000000000010405a953cd6029de60697e0f07b0b8267f903eb467a6673 0.04 MB 50 29
373,314 373,314 00000000000000000da37d3bc8c8bc3d42a87040913cc5dabbe72a77f0875848 0.18 MB 398 38
373,313 373,313 0000000000000000078add2a9e4e9c9129eb698d797422e0aaf6031ce0d8f4fa 0.07 MB 41 11
373,312 373,312 000000000000000007afeed558ac16cffde286a88828cef70a2b2a0ee48c4bc5 0.22 MB 299 23
373,311 373,311 00000000000000000ee4b6e09abf2880543eda4ac03e5dd10b1f89a88b28a3cb 0.27 MB 610 44
373,310 373,310 0000000000000000079c045aa602c9e0096837645f13319f1f4aeb9edfdff5de 0.45 MB 805 34
373,309 373,309 00000000000000000521efa5929c09d21552410074542e00915beff35e710731 0.72 MB 1,284 34
373,308 373,308 000000000000000009a9b4c62a2269a9815e17fced4955654caf1b11c5102664 0.75 MB 365 14
373,307 373,307 0000000000000000051e2b55892ae281a0508909bf65fcbb9bb705419ed74a71 0.79 MB 299 21
373,306 373,306 00000000000000000d7e854c02451605ab2b589f23c9fdfcdfe814c3fc3215c5 0.90 MB 308 12
373,305 373,305 000000000000000007ab4a5d1508ca3fe2095509e7c5cbe2a40f0b6d445cada1 0.75 MB 1,513 40
373,304 373,304 00000000000000000e8afb4739407f13cbef6a9e5fc0f7644cf0bf2e371aaa7c 0.03 MB 81 47
373,303 373,303 00000000000000000bbaf22a4ff2d46bc9ff3ba74dcb55dfb86dad3e49262513 0.86 MB 761 18
373,302 373,302 00000000000000000beecca4c136f9659bdc6a4d2673e90cbe9589302f3ee9f4 1.00 MB 2,292 44
373,301 373,301 00000000000000000644ef1690c66499ca891db7f1ec2d27e5fc0878fa0cf8d2 1.00 MB 2,680 49
373,300 373,300 00000000000000000afcff1a26f73c5f715a96d9e6c5f6ad8a6480ceb4b982c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.